2017-07-04 13:22:20 +00:00
|
|
|
[Unit]
|
|
|
|
Description=nxy python irc bot
|
|
|
|
After=network.target znc.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=nxy
|
2017-07-04 13:47:57 +00:00
|
|
|
Environment=PYTHONPATH=/home/nxy/nxy
|
|
|
|
WorkingDirectory=/home/nxy/nxy
|
|
|
|
ExecStart=/home/nxy/.virtualenvs/nxy/bin/python nxy/bot.py config.json
|
2017-07-04 13:22:20 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|