blob: 169a7683d7b74566347f50e60c2d9f98879a9af8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=EH Forwarder Bot Service
Documentation=https://ehforwarderbot.readthedocs.io/
Wants=network-online.target systemd-networkd-wait-online.service
After=network-online.target
[Service]
Type=simple
User=%i
Environment="TERM=xterm-256color"
ExecStart=/usr/bin/ehforwarderbot
Restart=on-failure
KillSignal=SIGINT
TimeoutStopSec=10s
[Install]
WantedBy=multi-user.target
|