modified for venv

This commit is contained in:
Nicholas St. Germain 2018-12-02 14:52:55 -06:00
parent e0e6133e12
commit ea122ddb2b
2 changed files with 10 additions and 7 deletions

View file

@ -4,9 +4,9 @@ After=network-online.target
[Service]
Type=simple
User=root
User=username
WorkingDirectory=/opt/Varken
ExecStart=/usr/bin/python3 /opt/Varken/varken.py
ExecStart=/opt/Varken/varken-venv/bin/python /opt/Varken/varken.py
Restart=always
[Install]