mirror of https://github.com/mikaku/Monitorix.git
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
description "Monitorix - system monitoring service"
|
|
author "Cameron Norman <camerontnorman@gmail.com>"
|
|
|
|
start on filesystem
|
|
stop on runlevel [016]
|
|
|
|
expect fork
|
|
respawn
|
|
|
|
pre-start exec test -x /usr/bin/monitorix || { stop; exit 0; }
|
|
exec /usr/bin/monitorix -c /etc/monitorix/monitorix.conf
|