tilde-projects/.config/systemd/user/topicbot.service

16 lines
318 B
Desktop File
Executable File

[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