nineskeletor/tmpl/nineskeletor.service

12 lines
250 B
SYSTEMD

[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