passer par un alias pour les websockets
This commit is contained in:
11
tmpl/ninegate.service
Normal file
11
tmpl/ninegate.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Ninegate websocket server
|
||||
After=local-fs.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/var/www/html/ninegate/bin/console gos:websocket:server --port 5556 -a 0.0.0.0 --no-debug -n -q --env=prod
|
||||
Restart=on-watchdog
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user