summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-03 14:48:35 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-03 14:48:35 +0200
commitc3743399163c2bd615800c118e97bd8dedbb9c98 (patch)
treea2af2280912ceaee74d6bc0d260892a6a37df942 /units
parent0b86feac50be53f278fa4f47024335cc8c20cc24 (diff)
units: explicit Type=dbus is now redundant
Diffstat (limited to 'units')
-rw-r--r--units/systemd-hostnamed.service.in1
-rw-r--r--units/systemd-localed.service.in1
-rw-r--r--units/systemd-logind.service.in1
-rw-r--r--units/systemd-timedated.service.in1
4 files changed, 0 insertions, 4 deletions
diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in
index 1ed942fe1..a9a99136c 100644
--- a/units/systemd-hostnamed.service.in
+++ b/units/systemd-hostnamed.service.in
@@ -12,6 +12,5 @@ Description=Hostname Service
[Service]
ExecStart=@rootlibexecdir@/systemd-hostnamed
-Type=dbus
BusName=org.freedesktop.hostname1
CapabilityBoundingSet=CAP_SYS_ADMIN
diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in
index ae94bee3c..763d2900f 100644
--- a/units/systemd-localed.service.in
+++ b/units/systemd-localed.service.in
@@ -12,6 +12,5 @@ Description=Locale Service
[Service]
ExecStart=@rootlibexecdir@/systemd-localed
-Type=dbus
BusName=org.freedesktop.locale1
CapabilityBoundingSet=
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
index a16bc81e7..f24476160 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
diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in
index 4073de58e..01222833d 100644
--- a/units/systemd-timedated.service.in
+++ b/units/systemd-timedated.service.in
@@ -12,6 +12,5 @@ Description=Time & Date Service
[Service]
ExecStart=@rootlibexecdir@/systemd-timedated
-Type=dbus
BusName=org.freedesktop.timedate1
CapabilityBoundingSet=CAP_SYS_TIME