forked from pool/opa-ff
Nicolas Morey
d29937ab0f
opa-fastfabric: migrate from cron to systemd timers. OBS-URL: https://build.opensuse.org/request/show/1123280 OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-ff?expand=0&rev=67
10 lines
148 B
SYSTEMD
10 lines
148 B
SYSTEMD
[Unit]
|
|
Description=Automatic execution of opa-cablehealth
|
|
|
|
[Timer]
|
|
OnCalendar=Daily
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |