diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-03 14:48:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-03 14:48:35 +0200 |
commit | c3743399163c2bd615800c118e97bd8dedbb9c98 (patch) | |
tree | a2af2280912ceaee74d6bc0d260892a6a37df942 /units/systemd-logind.service.in | |
parent | 0b86feac50be53f278fa4f47024335cc8c20cc24 (diff) |
units: explicit Type=dbus is now redundant
Diffstat (limited to 'units/systemd-logind.service.in')
-rw-r--r-- | units/systemd-logind.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index a16bc81e79..f244761606 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -13,7 +13,6 @@ After=nss-user-lookup.target [Service] ExecStart=@rootlibexecdir@/systemd-logind -Type=dbus BusName=org.freedesktop.login1 CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG |