- bsc#1115456: Migrate from cron to systemd timers. - There are three systemd timers available: daily, weekly and monthly. - The sysconfig.sarg file has been removed, as we can now control how the timers operate directly through systemctl. OBS-URL: https://build.opensuse.org/request/show/1120333 OBS-URL: https://build.opensuse.org/package/show/server:proxy/sarg?expand=0&rev=66
9 lines
128 B
SYSTEMD
9 lines
128 B
SYSTEMD
[Unit]
|
|
Description=Weekly execution of sarg-reports
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |