Sorteerhoed service

This commit is contained in:
Ruben van de Ven 2021-10-17 10:27:53 +02:00
parent 7cc0ee36fa
commit 072db30611
1 changed files with 14 additions and 0 deletions

14
sorteerhoed.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=GuestWorker Main server
After=network.target
[Service]
WorkingDirectory=/home/mt/guest_worker
ExecStart=/usr/bin/pipenv run python sorteerhoed.py --config config.local.yml
User=mt
Restart=Always
RestartSec=10
[Install]
WantedBy=multi-user.target