Scanimation service

This commit is contained in:
Ruben van de Ven 2021-10-17 10:20:14 +02:00
parent e1150dba24
commit ac0176b228
1 changed files with 14 additions and 0 deletions

14
scanimation.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=GuestWorker Scanimation server
After=network.target
[Service]
WorkingDirectory=/home/mt/guest_worker/scanimation
ExecStart=/usr/bin/node run.js
User=mt
Restart=Always
RestartSec=10
[Install]
WantedBy=multi-user.target