summarylogtreecommitdiffstats
path: root/shadow.service
blob: 82da5c41d962251d7e975401d373b84d69bf4021 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Verify integrity of password and group files
After=systemd-sysusers.service

[Service]
Type=simple
ExecStart=/bin/sh -c '/usr/bin/pwck -r ; /usr/bin/grpck -r'
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7