1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

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 After=dbus.socket
[Service] [Service]
Type=notify
ExecStart=@rootlibexecdir@/systemd-logind ExecStart=@rootlibexecdir@/systemd-logind
Restart=always Restart=always
RestartSec=0 RestartSec=0