diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-28 10:50:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:06:38 +0700 |
commit | f195a7670f5b6ba9d65ef2b2e5f1c268aeb6e998 (patch) | |
tree | bb849d94a68f29db16db6cd859c216c27f1e4d4e /network/icinga2/README.SLACKWARE | |
parent | afc34a0ef3011b83a6dbe2de7753229e9abdef49 (diff) | |
download | slackbuilds-f195a7670f5b6ba9d65ef2b2e5f1c268aeb6e998.tar.gz |
network/icinga2: Added (Network resource monitoring system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/icinga2/README.SLACKWARE')
-rw-r--r-- | network/icinga2/README.SLACKWARE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/icinga2/README.SLACKWARE b/network/icinga2/README.SLACKWARE new file mode 100644 index 0000000000..0cf11953d4 --- /dev/null +++ b/network/icinga2/README.SLACKWARE @@ -0,0 +1,15 @@ +You may wish to add these lines to /etc/rc.d/rc.local to start the service: + +if [ -x /etc/rc.d/rc.icinga2 ]; then + /etc/rc.d/rc.icinga2 start +fi + +You may also add these lines to /etc/rc.d/rc.local_shutdown: + +if [ -x /etc/rc.d/rc.icinga2 ]; then + /etc/rc.d/rc.icinga2 stop +fi + +Remember to give executable permission to /etc/rc.d/rc.local_shutdown: + + chmod 0755 /etc/rc.d/rc.local_shutdown |