[Unit] Description=IRC title bot [Service] Type=simple WorkingDirectory=/path/to/titlebot ExecStart=./target/release/titlebot /path/to/config.toml Restart=always RestartSec=5 StartLimitInterval=60s StartLimitBurst=3 [Install] WantedBy=default.target