2024-02-25 20:52:48 -07:00
|
|
|
[Unit]
|
|
|
|
Description=Auto Acknowledge all Icinga2 apt alerts
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=flask
|
2024-02-25 21:01:11 -07:00
|
|
|
ExecStart=/opt/icinga2-checks/Other/auto-acknowledge-apt.sh --api https://localhost:5665 --user icingaweb2 --password XXXXX
|
2024-02-25 20:52:48 -07:00
|
|
|
SyslogIdentifier=auto-acknowledge-apt
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|