[Unit] Description=topicbot daemon After=topicbot.service [Service] Type=simple ExecStart=/home/krowbar/Code/irc/banterbot.py -s 127.0.0.1 -p 6667 -n topicbot -c #bot_test WorkingDirectory=/home/krowbar/Code/irc/ Restart=always RestartSec=5 StartLimitInterval=60s StartLimitBurst=3 [Install] WantedBy=default.target