You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
415 B

[Unit]
Description=Zabbix Telegram Bot
After=local-fs.target network-online.target network.target
Wants=local-fs.target network-online.target network.target
[Service]
PIDFile=/var/run/zabbix/zabbix-telegram.pid
ExecStart=/usr/bin/python3 /url/local/bin/zabbix-telegram/main.py
ExecStop=/bin/kill $MAINPID
KillMode=process
Type=simple
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target