summarylogtreecommitdiffstats
path: root/shadow.service
diff options
context:
space:
mode:
Diffstat (limited to 'shadow.service')
-rw-r--r--shadow.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/shadow.service b/shadow.service
index 5c1c84583105..82da5c41d962 100644
--- a/shadow.service
+++ b/shadow.service
@@ -1,10 +1,10 @@
[Unit]
Description=Verify integrity of password and group files
+After=systemd-sysusers.service
[Service]
-Type=oneshot
-ExecStart=/usr/bin/pwck -r
-ExecStart=/usr/bin/grpck -r
+Type=simple
+ExecStart=/bin/sh -c '/usr/bin/pwck -r ; /usr/bin/grpck -r'
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7