min/kim.service

11 lines
146 B
SYSTEMD
Raw Normal View History

2020-07-11 22:04:14 +00:00
[Unit]
Description=kim
[Service]
2020-10-04 16:06:52 +00:00
ExecStart=/bin/sh -c 'cd /home/xfnw/kim-irc/; PYTHONUNBUFFERED=1 ./bot.py'
2020-07-11 22:04:14 +00:00
[Install]
WantedBy=default.target