<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 21, 2014 at 9:45 AM, Valerio Pachera <span dir="ltr">&lt;<a href="mailto:sirio81@gmail.com" target="_blank">sirio81@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">[Service]<br>
EnvironmentFile=/etc/conf.d/<br>
sheep.conf<br>
ExecStart=/usr/sbin/sheep --pidfile /var/run/sheep.pid ${SHEEP_OPTS}<br>
${SHEEP_PATH}<br>
PIDFile=/var/run/sheep.pid<br>
Type=forking<br></blockquote><div><br></div><div>Does sheep fork by default? Is there an option to make it not fork?</div><div><br></div><div>The reason I ask is that Type=simple should be preferred. Then there&#39;s no PID file to track since it stays the same and it&#39;s preferred over Type=forking which is mainly for sysvinit compatibility.</div><div><br></div><div>Thanks,</div><div>Richard</div><div> </div></div></div></div>