aboutsummaryrefslogtreecommitdiffstats
path: root/shadow-libpassphrase/shadow.service
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-13 15:37:35 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-13 15:37:35 +0100
commitd3ef160b44bd6ab93be2d3fea13f4496cfb0cf81 (patch)
treece132758305b1d3695aec606a1a75db7aa776d63 /shadow-libpassphrase/shadow.service
parentupdate scrotty (diff)
downloadaur-packages-d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81.tar.gz
aur-packages-d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81.tar.bz2
aur-packages-d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81.tar.xz
add shadow-libpassphrase
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'shadow-libpassphrase/shadow.service')
-rw-r--r--shadow-libpassphrase/shadow.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/shadow-libpassphrase/shadow.service b/shadow-libpassphrase/shadow.service
new file mode 100644
index 0000000..5c1c845
--- /dev/null
+++ b/shadow-libpassphrase/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