Cleanup, fixed some bugs (yt etc)
This commit is contained in:
@ -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
|
||||
|
BIN
files/old.db
BIN
files/old.db
Binary file not shown.
Reference in New Issue
Block a user