mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-21 23:18:07 +00:00
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
# 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
|