File: //proc/16335/root/etc.defaults/init/pkg-FileStation-thumbd.conf
cgroup cpuacct "pkgctl-FileStation"
cgroup memory "pkgctl-FileStation"
description "FileStation Thumbnail Daemon"
expect fork
respawn
respawn limit 5 10
kill timeout 10
script
exec /var/packages/FileStation/target/sbin/thumbd
end script
pre-start script
mkdir -p /run/filestation
chown FileStation:FileStation /run/filestation
/bin/rm -f /run/filestation/thumbd.sock
end script
post-stop script
/bin/rm -f /run/filestation/thumbd.sock
end script
# vim:ft=upstart