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.
apc_bash/apcups_telegram.service

16 lines
239 B

[Unit]
Description=APC SNMP TRIGGER
Requires=network-online.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/bin/bash /root/apcups_telegram.sh
Restart=always
RestartSec=10
TimeoutSec=10
[Install]
WantedBy=multi-user.target