mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:24:35 +08:00
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
|