nineskeletor/tmpl/nineskeletor.service

12 lines
250 B
SYSTEMD
Raw Normal View History

2021-12-07 14:05:21 +01:00
[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