ammended servicefile
This commit is contained in:
parent
d2307324b3
commit
bdcbdefa75
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/opt/Varken/Varken
|
WorkingDirectory=/opt/Varken
|
||||||
ExecStart=/usr/bin/python3 /opt/Varken/Varken/varken.py
|
ExecStart=/usr/bin/python3 /opt/Varken/varken.py
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue