11 lines
306 B
SYSTEMD
11 lines
306 B
SYSTEMD
|
[Unit]
|
||
|
Description=Auto Acknowledge all Icinga2 apt alerts
|
||
|
|
||
|
[Service]
|
||
|
User=flask
|
||
|
ExecStart=/opt/icinga2-checks/Other/auto-acknowledge-apt.sh --api https://localhost:5665 --user icingaweb2 --password queeyahnahz3Zie1
|
||
|
SyslogIdentifier=auto-acknowledge-apt
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|