titlebot/titlebot.service

15 lines
252 B
SYSTEMD
Raw Permalink Normal View History

2021-05-06 11:46:02 -05:00
[Unit]
Description=IRC title bot
2021-05-06 11:46:02 -05:00
[Service]
Type=simple
WorkingDirectory=/path/to/titlebot
2021-07-15 14:23:31 -05:00
ExecStart=./target/release/titlebot /path/to/config.toml
2021-05-06 11:46:02 -05:00
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target