oirc/oirc.service

11 lines
152 B
SYSTEMD
Raw Normal View History

2020-06-24 20:14:32 +00:00
[Unit]
Description=oirc bot
[Service]
2020-08-05 19:02:58 +00:00
ExecStart=/bin/sh -c 'cd /home/xfnw/oirc-bot/; PYTHONUNBUFFERED=1 ./bot.py'
2020-06-24 20:14:32 +00:00
[Install]
WantedBy=default.target