slackbuilds_ponce/system/ossec-server/README.SLACKWARE
Mario Preksavec 2a16520e1a
system/ossec-server: Added (Open Source Host-based IDS).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-14 22:20:04 +07:00

15 lines
383 B
Text

You may wish to add these lines to /etc/rc.d/rc.local to start the service:
if [ -x /etc/rc.d/rc.ossec ]; then
/etc/rc.d/rc.ossec start
fi
You may also add these lines to /etc/rc.d/rc.local_shutdown:
if [ -x /etc/rc.d/rc.ossec ]; then
/etc/rc.d/rc.ossec stop
fi
Remember to give executable permission to /etc/rc.d/rc.local_shutdown:
chmod 0755 /etc/rc.d/rc.local_shutdown