Enabling start on bootup and stop on shutdown
Watch4Net 7.x
Default Watch4Net installation does not add the service to sytemctl
vi /etc/systemd/system/watch4net.service
Description=Watch4Net Service
[Service]
ExecStart=/opt/APG-7.7.0.3/bin/manage-modules.sh service start all
ExecStop=/opt/APG-7.7.0.3/bin/manage-modules.sh service stop all
[Install]
WantedBy=multi-user.target
systemctl daemon-reload
systemctl enable watch4net
systemctl daemon-reload
systemctl enable watch4net