Browse Source

update source to add service file and remove placeholder

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 6 months ago
parent
commit
8c2841becc
  1. 0
      SOURCES/.gitkeeper
  2. 11
      SOURCES/icinga-reporting.service

0
SOURCES/.gitkeeper

11
SOURCES/icinga-reporting.service

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
[Unit]
Description=Icinga Reporting Scheduler

[Service]
Type=simple
User=apache
ExecStart=/usr/bin/icingacli reporting schedule run
Restart=on-success

[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save