summarylogtreecommitdiffstats
path: root/shadow.service
diff options
context:
space:
mode:
Diffstat (limited to 'shadow.service')
-rw-r--r--shadow.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/shadow.service b/shadow.service
new file mode 100644
index 000000000000..5c1c84583105
--- /dev/null
+++ b/shadow.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Verify integrity of password and group files
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/pwck -r
+ExecStart=/usr/bin/grpck -r
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7