Massive refactoring/-structuring

This commit is contained in:
mrhanky
2017-07-07 02:11:20 +02:00
parent a82175a44b
commit 59b67d9570
41 changed files with 202 additions and 1011 deletions

12
files/nxy-bot.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=nxy python irc bot
After=network.target znc.service
[Service]
Type=simple
User=nxy
WorkingDirectory=/home/nxy/bot
ExecStart=/home/nxy/.virtualenvs/nxy/bin/python -m bot
[Install]
WantedBy=multi-user.target