websocket server by service
This commit is contained in:
parent
7a3203781e
commit
496cf5c2e1
|
@ -40,7 +40,7 @@ MAILER_NOREPLY=noreply@noreply.fr
|
|||
|
||||
|
||||
# WEBSOCKET
|
||||
WSS_USE=1
|
||||
WSS_USE=0
|
||||
WSS_PORT=5588
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ MAILER_NOREPLY=noreply@noreply.fr
|
|||
|
||||
|
||||
# WEBSOCKET
|
||||
WSS_USE=1
|
||||
WSS_USE=0
|
||||
WSS_PORT=5588
|
||||
|
||||
|
||||
|
|
|
@ -32,6 +32,6 @@ then
|
|||
|
||||
if [ "$restart" == "yes" ] && [ "$1" != "stop" ] ; then
|
||||
echo WEBSOCKET = START
|
||||
bin/console app:Websocket --name $APP_ALIAS & disown
|
||||
systemctl restart $APP_ALIAS
|
||||
fi
|
||||
fi
|
Loading…
Reference in New Issue