summarylogtreecommitdiffstats
path: root/shadow.service
diff options
context:
space:
mode:
Diffstat (limited to 'shadow.service')
-rw-r--r--shadow.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/shadow.service b/shadow.service
index 5edc878c7907..1810ef21d35a 100644
--- a/shadow.service
+++ b/shadow.service
@@ -5,7 +5,7 @@ After=systemd-sysusers.service
[Service]
CapabilityBoundingSet=CAP_DAC_READ_SEARCH
# Always run both checks, but fail the service if either fails
-ExecStart=/bin/sh -c '/usr/bin/pwck -r || r=1; /usr/bin/grpck -r && exit $r'
+ExecStart=/bin/sh -c '/usr/bin/pwck -qr || r=1; /usr/bin/grpck -r && exit $r'
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7