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
17 lines
442 B
Desktop File
17 lines
442 B
Desktop File
[Unit]
|
|
Description=Automatic execution of opa-cablehealth
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/opa/tools/opacablehealthcron |