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.
17 lines
239 B
17 lines
239 B
2 years ago
|
|
||
|
[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
|