12 lines
238 B
SYSTEMD
12 lines
238 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ninenote websocket server
|
||
|
After=local-fs.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/var/www/html/ninenote/bin/console app:Websocket --name ninenote
|
||
|
Restart=on-watchdog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|