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 1ed942f..a9a9913 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 ae94bee..763d290 100644 (file)
@@ -12,6 +12,5 @@ Description=Locale Service
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-localed
-Type=dbus
 BusName=org.freedesktop.locale1
 CapabilityBoundingSet=
index a16bc81..f244761 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 4073de5..0122283 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