On Wed, 2011-05-04 at 19:51 +, "Jóhann B. Guðmundsson" wrote:
> On 05/04/2011 03:50 PM, Brian Millett wrote:
> > [Unit]
> > Description=JBoss AS 7 domain server
> > After=local-fs.target network.target
> >
> > [Service]
> > Type=simple
> > ExecStart=/opt/jboss/bin/domain.sh
> > NonBlocking=yes
On 05/04/2011 03:50 PM, Brian Millett wrote:
> [Unit]
> Description=JBoss AS 7 domain server
> After=local-fs.target network.target
>
> [Service]
> Type=simple
> ExecStart=/opt/jboss/bin/domain.sh
> NonBlocking=yes
>
> [Install]
> WantedBy=multi-user.target
/usr/lib/systemd/user/jboss7.service <--
2011/5/4 Brian Millett
> I want to create my own jboss service. I created a jboss7.service and
> placed it in /usr/lib/systemd/user/jboss7.service
>
> This is what it is:
>
> __BEGIN__
> [Unit]
> Description=JBoss AS 7 domain server
> After=local-fs.target network.target
>
> [Service]
> Type=sim
I want to create my own jboss service. I created a jboss7.service and
placed it in /usr/lib/systemd/user/jboss7.service
This is what it is:
__BEGIN__
[Unit]
Description=JBoss AS 7 domain server
After=local-fs.target network.target
[Service]
Type=simple
ExecStart=/opt/jboss/bin/domain.sh
NonBloc