blob: 51cc155758c8b241d2ad4f18f28919d673f8d0ba (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Icinga Reporting Scheduler
[Service]
Type=simple
ExecStart=/usr/bin/icingacli reporting schedule run
Restart=on-success
[Install]
WantedBy=multi-user.target
|