summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-21 01:17:52 +0100
committerLennart Poettering <lennart@poettering.net>2014-11-21 01:17:52 +0100
commiteab459bc0639b81b32735f36d3e929e4bfa2cb4b (patch)
treef6640e2adc4d3209598ac7e2a8c69c236875fe45 /units
parent797e7a51cdfb23fa1b90b0a0ea2d5c1c83a739e1 (diff)
Revert "systemd-logind.service: set Type=notify"
This reverts commit a4962513c555fe3ac4b5bebf97a71701361a45b0. logind.service is a D-Bus service, hence we should use the dbus name as indication that we are up. Type=dbus is implied if BusName= is specified, as it is in this case. This removes a warning that is printed because a BusName= is specified for a Type=notify unit.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-logind.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
index b9fbc2c74f..f087e99ce2 100644
--- a/units/systemd-logind.service.in
+++ b/units/systemd-logind.service.in
@@ -19,7 +19,6 @@ Wants=dbus.socket
After=dbus.socket
[Service]
-Type=notify
ExecStart=@rootlibexecdir@/systemd-logind
Restart=always
RestartSec=0