Scanimation service
This commit is contained in:
parent
e1150dba24
commit
ac0176b228
1 changed files with 14 additions and 0 deletions
14
scanimation.service
Normal file
14
scanimation.service
Normal 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
|
Loading…
Reference in a new issue