This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
DynamicUser=yes
-
ExecStart=/usr/bin/errbot --config /etc/errbot/%i-config.py
-
ExecStartPre=mkdir -p /var/lib/errbot-%i/plugins /var/lib/errbot-%i/data
-
KillSignal=SIGINT
-
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
Restart=on-failure
-
StateDirectory=errbot-%i
-
WorkingDirectory=/var/lib/errbot-%i/
-
-
[Unit]
-
After=network.service
-
Description=Start errbot-%i chatbot
-
Documentation=http://errbot.io/en/latest/
-
Additionnal notes
Nothing here.