13 lines
218 B
Desktop File
13 lines
218 B
Desktop File
[Unit]
|
|
Description=nxy python irc bot
|
|
After=network.target znc.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nxy
|
|
WorkingDirectory=$BOTDIR
|
|
ExecStart=$VIRTUALENV/bin/python $BOTDIR/nxy/bot.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|