summarylogtreecommitdiffstats
path: root/shadow.service
diff options
context:
space:
mode:
authorAlec Larsen2017-06-14 01:46:44 -0500
committerAlec Larsen2017-06-14 01:46:44 -0500
commit136bb3ccf00766db4de850ef3215ec1bb7ba4360 (patch)
tree89558bcb10b253c2c925c04a5bf00f6227a13986 /shadow.service
downloadaur-136bb3ccf00766db4de850ef3215ec1bb7ba4360.tar.gz
Imports shadow-4.4 and applies Debian's 506_relaxed_usernames patch
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..82da5c41d962
--- /dev/null
+++ b/shadow.service
@@ -0,0 +1,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