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-07 00:11:20 +00:00
|
|
|
WorkingDirectory=/home/nxy/bot
|
|
|
|
ExecStart=/home/nxy/.virtualenvs/nxy/bin/python -m bot
|
2017-07-04 13:22:20 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|