Sorteerhoed service
This commit is contained in:
parent
7cc0ee36fa
commit
072db30611
1 changed files with 14 additions and 0 deletions
14
sorteerhoed.service
Normal file
14
sorteerhoed.service
Normal 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
|
Loading…
Reference in a new issue