chiark / gitweb /
units: explicit Type=dbus is now redundant
authorLennart Poettering <lennart@poettering.net>
Thu, 3 May 2012 12:48:35 +0000 (14:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 May 2012 12:48:35 +0000 (14:48 +0200)
units/systemd-hostnamed.service.in
units/systemd-localed.service.in
units/systemd-logind.service.in
units/systemd-timedated.service.in

index 1ed942fe174524abc1778a315cd7b572585e3b28..a9a99136c01acfbabcbf1c4a0deae829a854bacb 100644 (file)
@@ -12,6 +12,5 @@ Description=Hostname Service
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-hostnamed
-Type=dbus
 BusName=org.freedesktop.hostname1
 CapabilityBoundingSet=CAP_SYS_ADMIN
index ae94bee3c507b8f6881d9c18343607976b3ad1af..763d2900fcf473e6860242d961a81158044fc2a2 100644 (file)
@@ -12,6 +12,5 @@ Description=Locale Service
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-localed
-Type=dbus
 BusName=org.freedesktop.locale1
 CapabilityBoundingSet=
index a16bc81e796aff6a1b88158b9466e0321dbccadc..f244761606699193b20f60eee4ed9ac11b4fe195 100644 (file)
@@ -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
 
index 4073de58e73c467a7f5540543d167fdf2674eab6..01222833d12b74bc3eade026eb21856d631f0648 100644 (file)
@@ -12,6 +12,5 @@ Description=Time & Date Service
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-timedated
-Type=dbus
 BusName=org.freedesktop.timedate1
 CapabilityBoundingSet=CAP_SYS_TIME