systemd: Can Type=simple be used with a wrapper script?

2012-04-16 Thread Richard Shaw
I'm working on a package that uses a wrapper script to start the daemon, so as the subject says: Can I use Type=simple if the daemon uses a wrapper script or am I stuck with Type=forking? Thanks, Richard -- devel mailing list devel@lists.fedoraproject.org

Re: systemd: Can Type=simple be used with a wrapper script?

2012-04-16 Thread Nils Philippsen
On Mon, 2012-04-16 at 10:24 -0500, Richard Shaw wrote: I'm working on a package that uses a wrapper script to start the daemon, so as the subject says: Can I use Type=simple if the daemon uses a wrapper script or am I stuck with Type=forking? AIUI yes, but you have to exec the real binary,

Re: systemd: Can Type=simple be used with a wrapper script?

2012-04-16 Thread Richard Shaw
On Mon, Apr 16, 2012 at 10:30 AM, Nils Philippsen n...@redhat.com wrote: On Mon, 2012-04-16 at 10:24 -0500, Richard Shaw wrote: I'm working on a package that uses a wrapper script to start the daemon, so as the subject says: Can I use Type=simple if the daemon uses a wrapper script or am I

Re: systemd: Can Type=simple be used with a wrapper script?

2012-04-16 Thread Richard Shaw
On Mon, Apr 16, 2012 at 10:30 AM, Nils Philippsen n...@redhat.com wrote: On Mon, 2012-04-16 at 10:24 -0500, Richard Shaw wrote: I'm working on a package that uses a wrapper script to start the daemon, so as the subject says: Can I use Type=simple if the daemon uses a wrapper script or am I