13 lines
227 B
Desktop File
13 lines
227 B
Desktop File
[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
|