12 lines
280 B
SYSTEMD
12 lines
280 B
SYSTEMD
|
[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
|