summarylogtreecommitdiffstats
path: root/parabot.service
blob: 70354462b655d84a38f1a6229e7da20e4c14d408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=parabot irc bot
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/env RUST_BACKTRACE=1 /usr/bin/parabot %h/.config/parabot/conf.toml
WorkingDirectory=%h
Restart=always
RestartSec=10

[Install]
WantedBy=default.target