Skip to content

systemd Template Service

Mike Yuan edited this page Feb 21, 2020 · 1 revision
# /etc/systemd/system/ehforwarderbot@.service
[Unit]
Description=EH Forwarder Bot instance for profile %i
Documentation=https://github.com/blueset/ehForwarderBot
Wants=network-online.target
After=network-online.target

[Service]
PrivateTmp=true
Environment=EFB_DATA_PATH=/etc/ehforwarderbot
ExecStart=/usr/local/bin/ehforwarderbot --profile %i
TimeoutStopSec=10

[Install]
WantedBy=multi-user.target
Alias=efb@.service