Request new package

Richard Shaw hobbes1069 at gmail.com
Fri Oct 24 11:54:10 UTC 2014


On Tue, Oct 21, 2014 at 9:45 AM, Valerio Pachera <sirio81 at gmail.com> wrote:

> [Service]
> EnvironmentFile=/etc/conf.d/
> sheep.conf
> ExecStart=/usr/sbin/sheep --pidfile /var/run/sheep.pid ${SHEEP_OPTS}
> ${SHEEP_PATH}
> PIDFile=/var/run/sheep.pid
> Type=forking
>

Does sheep fork by default? Is there an option to make it not fork?

The reason I ask is that Type=simple should be preferred. Then there's no
PID file to track since it stays the same and it's preferred over
Type=forking which is mainly for sysvinit compatibility.

Thanks,
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20141024/525b4123/attachment.html>


More information about the devel mailing list