diff options
-rw-r--r-- | units/systemd-logind.service.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 52c4acfea7..d4734c3da4 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -14,4 +14,5 @@ Description=Login Service ExecStart=@rootlibexecdir@/systemd-logind Type=dbus BusName=org.freedesktop.login1 -CapabilityBoundingSet= +CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL +StandardOutput=syslog |