b459bb2167
- Migrate from cron to systemd timers. OBS-URL: https://build.opensuse.org/request/show/1127351 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmiutil?expand=0&rev=50
9 lines
137 B
SYSTEMD
9 lines
137 B
SYSTEMD
[Unit]
|
|
Description=Automatic execution of ipmiutil's checksel
|
|
|
|
[Timer]
|
|
OnCalendar=Daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |