Update 'Domoticz/DomoService.conf'

Fixed oopsie
This commit is contained in:
b.waal 2023-09-13 03:49:58 +02:00
parent e3c01ef7dc
commit 7cd944dcba

View File

@ -18,7 +18,7 @@ USERNAME=root
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
DAEMON=/opt/domoticz//$NAME
DAEMON=/opt/domoticz/$NAME
DAEMON_ARGS="-daemon"
#DAEMON_ARGS="$DAEMON_ARGS -daemonname $NAME -pidfile $PIDFILE"
DAEMON_ARGS="$DAEMON_ARGS -www 8080"