Marcus Meissner
bac7fc27fa
- Add systemd unit files to continuously check password & groupfile integrity * Idea from Arch Linux * pending request to systemd-presets-branding-openSUSE to enable by default OBS-URL: https://build.opensuse.org/request/show/316943 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=17
8 lines
124 B
SYSTEMD
8 lines
124 B
SYSTEMD
[Unit]
|
|
Description=Daily verification of password and group files
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=12h
|
|
Persistent=true
|