Actions:
|
2023-05-15 21:54 AEST by Arthur Barrett - On linux if using the init.d start scripts you may see the error: "Missing LSB tags and overrides"
https://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
CVSNT server on linux using init.d, the start scripts should have header
### BEGIN INIT INFO
# Provides: scriptname
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
### END INIT INFO |