Sorteerhoed service

This commit is contained in:
Ruben van de Ven 2021-10-17 10:27:53 +02:00
parent 7cc0ee36fa
commit 072db30611

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