Revert "systemd-logind.service: set Type=notify"

This reverts commit a4962513c5.

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.
This commit is contained in:
Lennart Poettering 2014-11-21 01:17:52 +01:00
parent 797e7a51cd
commit eab459bc06

View file

@ -19,7 +19,6 @@ Wants=dbus.socket
After=dbus.socket
[Service]
Type=notify
ExecStart=@rootlibexecdir@/systemd-logind
Restart=always
RestartSec=0