templetisation du service wssnineboard

This commit is contained in:
2021-12-07 14:51:12 +01:00
parent 58f3b7daf8
commit 2cff02d95e
2 changed files with 2 additions and 0 deletions

11
tmpl/nineskeletor.service Normal file
View File

@ -0,0 +1,11 @@
[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