git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@107 233e721a-07f6-49eb-a7da-05e0e16828fcmaster
/sbin/chkconfig --add snf-server | /sbin/chkconfig --add snf-server | ||||
/sbin/chkconfig snf-server on | /sbin/chkconfig snf-server on | ||||
# Reload the daemons if the systemctl command exists. | |||||
if command -v /usr/bin/systemctl > /dev/null 2>&1; then | |||||
/usr/bin/systemctl --system daemon-reload | |||||
fi | |||||
# Start the service. | # Start the service. | ||||
/sbin/service snf-server start | /sbin/service snf-server start | ||||