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
11 lines
206 B
Desktop File
11 lines
206 B
Desktop File
[Unit]
|
|
Description=Verify integrity of password and group files
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/pwck -r
|
|
ExecStart=/usr/sbin/grpck -r
|
|
Nice=19
|
|
IOSchedulingClass=best-effort
|
|
IOSchedulingPriority=7
|