Added boot script examples

This commit is contained in:
Bjango
2016-10-24 18:33:24 +11:00
parent 63e8613616
commit 0818cce407
6 changed files with 51 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
# istatserver
description "istatserver daemon"
author "Bjango"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on shutdown
expect daemon
expect fork
respawn
respawn limit 99 5
script
exec /usr/local/bin/istatserver -d
end script