use venv
This commit is contained in:
parent
bb579f2f6f
commit
8e77e4e02c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Restart=always
|
|||
User=dd
|
||||
Group=dd
|
||||
WorkingDirectory=/srv/dd/re
|
||||
ExecStart=/srv/dd/re/server.py
|
||||
ExecStart=/srv/dd/re/venv/bin/python3 /srv/dd/re/server.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue