File shadow.service of Package shadow
11
1
[Unit]
2
Description=Verify integrity of password and group files
3
4
[Service]
5
Type=oneshot
6
ExecStart=/usr/sbin/pwck -r
7
ExecStart=/usr/sbin/grpck -r
8
Nice=19
9
IOSchedulingClass=best-effort
10
IOSchedulingPriority=7
11