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