summarylogtreecommitdiffstats
path: root/shadow.service
diff options
context:
space:
mode:
authorMattias Andrée2015-12-13 15:37:23 +0100
committerMattias Andrée2015-12-13 15:37:23 +0100
commitb5e7ab30ace8fe0b34d0401315cef15f3c22f818 (patch)
tree8a8ac89bf2a90a78a67a65e08e311d7e8e814032 /shadow.service
downloadaur-b5e7ab30ace8fe0b34d0401315cef15f3c22f818.tar.gz
Initial import, version 4.2.1
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