forked from pool/shadow
11 lines
206 B
SYSTEMD
11 lines
206 B
SYSTEMD
|
[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
|