summarylogtreecommitdiffstats
path: root/ehforwarderbot@.service
blob: 65ae70aab8dbaa45a2203585023cf3ce4e4a0fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=EH Forwarder Bot Service
Documentation=https://ehforwarderbot.readthedocs.io/zh_CN/latest/
Wants=network-online.target systemd-networkd-wait-online.service
After=network-online.target

[Service]
Type=simple
User=%i
ExecStart=/usr/bin/ehforwarderbot
Restart=on-failure
KillSignal=SIGINT
TimeoutStopSec=10s

[Install]
WantedBy=multi-user.target