Cleanup, fixed some bugs (yt etc)

This commit is contained in:
mrhanky
2017-07-31 15:29:59 +02:00
parent 59b67d9570
commit 6ac0e94180
10 changed files with 75 additions and 67 deletions

View File

@ -1,12 +1,13 @@
[Unit]
Description=nxy python irc bot
After=network.target znc.service
After=network.target
[Service]
Type=simple
User=nxy
WorkingDirectory=/home/nxy/bot
ExecStart=/home/nxy/.virtualenvs/nxy/bin/python -m bot
Restart=always
Environment=PYTHONPATH=%h/nxy
WorkingDirectory=/home/nxy/nxy
ExecStart=/home/nxy/nxy/env/bin/python -m bot config.json
[Install]
WantedBy=multi-user.target
WantedBy=default.target

Binary file not shown.