<div dir="ltr"><div class="gmail_extra">On a side note, I played around building a package and noticed that only a sysvinit file is provided. Upstream should develop a systemd service file. I started working on a minimal one but haven&#39;t tested it yet.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">[Unit]</div><div class="gmail_extra">Description=Sheepdog distributed storage system</div><div class="gmail_extra"><br></div><div class="gmail_extra">[Service]</div><div class="gmail_extra">ExecStart=/usr/sbin/sheep</div><div class="gmail_extra"><br></div><div class="gmail_extra">[Install]</div><div class="gmail_extra">WantedBy=multi-user.target</div><div><br></div><div><br></div><div>I would consider this bare bones and I&#39;m assuming that sheep doesn&#39;t fork by default (Type=Simple instead of Type=Forking). Also if it needs to be started after httpd IF httpd is enabled then I think a &quot;Wants=httpd&quot; or something like that should be added to the Unit section.</div><div><br></div><div>I&#39;m not a systemd expert by any means so someone please correct me if I messed anything up.</div><div><br></div><div>Thanks,</div><div>Richard</div><div><br></div></div></div>