Update services.inc

This commit is contained in:
2024-01-16 21:56:39 -06:00
parent 3ce21c71ab
commit 421ed67cac

View File

@@ -386,8 +386,8 @@ SERVICE_MGMT(){
else
if [ "${SERVICE['service']}" = "pdnsadmin" ]; then
srva="pdnsadmin.socket pdnsadmin.service"
# elif [ "${SERVICE['service']}" = "syncthing" ] && [[ "${NM_SERVICES_CHECK[${NTYPE}]}" = *"syncthing@pdns"* ]]; then
# srva="syncthing syncthing@pdns"
elif [ "${SERVICE['service']}" = "syncthing" ] && [[ "${NM_SERVICES_CHECK[${NTYPE}]}" = *"syncthing@pdns"* ]]; then
srva="syncthing syncthing@pdns"
else
srva=${SERVICE['service']}
fi