Don't auto-start zoneminder. DEBHELPER appears to add lines that already do it and they conflict.

This commit is contained in:
Isaac Connor 2020-09-23 16:12:21 -04:00
parent a68c95ba73
commit ab513689f4
1 changed files with 1 additions and 2 deletions

View File

@ -122,11 +122,10 @@ else
echo "Not doing database upgrade due to remote db server ($ZM_DB_HOST)."
fi
echo "Starting ZoneMinder."
if [ $SYSTEMD -eq 1 ]; then
deb-systemd-invoke restart zoneminder.service
else
service zoneminder start || true
#service zoneminder start || true
fi
#DEBHELPER#