/etc/init/sheepdog.conf is in sheepdog 0.2.3-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | description "Sheepdog QEMU/KVM Block Storage"
author "Chuck Short <zulcss@ubuntu.com>"
start on local-filesystem
stop on runlevel [!2345]
expect fork
exec sheep -p 7000 /var/lib/sheepdog
|