summarylogtreecommitdiffstats
path: root/shadow.service
diff options
context:
space:
mode:
authorAndy Pieters2015-06-11 16:28:25 +0100
committerAndy Pieters2015-06-11 16:28:25 +0100
commit30a4fba3ea5f82af772b6cc4f7e6b140d8cfafde (patch)
tree69462fd7d7d4fd28bac073a6202530044bca89a7 /shadow.service
downloadaur-30a4fba3ea5f82af772b6cc4f7e6b140d8cfafde.tar.gz
Migrated from AUR to AUR4; version 4.2.1-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