mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:57:13 +08:00
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
|