too lazy to setup a venv

This commit is contained in:
vulpine 2020-10-04 12:06:52 -04:00
parent 2f36def1ee
commit cae7fcbfd3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Description=kim
[Service]
ExecStart=/bin/sh -c 'source /home/xfnw/env/bin/activate; cd /home/xfnw/kim-irc/; PYTHONUNBUFFERED=1 ./bot.py'
ExecStart=/bin/sh -c 'cd /home/xfnw/kim-irc/; PYTHONUNBUFFERED=1 ./bot.py'
[Install]
WantedBy=default.target