summaryrefslogtreecommitdiffstats
path: root/config/systemd/icinga-reporting.service
diff options
context:
space:
mode:
Diffstat (limited to 'config/systemd/icinga-reporting.service')
-rw-r--r--config/systemd/icinga-reporting.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/systemd/icinga-reporting.service b/config/systemd/icinga-reporting.service
new file mode 100644
index 0000000..51cc155
--- /dev/null
+++ b/config/systemd/icinga-reporting.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Icinga Reporting Scheduler
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/icingacli reporting schedule run
+Restart=on-success
+
+[Install]
+WantedBy=multi-user.target