From a4962513c555fe3ac4b5bebf97a71701361a45b0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 19 Nov 2014 08:13:34 -0500 Subject: [PATCH 1/1] systemd-logind.service: set Type=notify The code already calls sd_notify("READY=1"), so we may as well take advantage of the startup behavior in the unit. The same was done for the journal in a87a38c20. --- units/systemd-logind.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index f087e99ce..b9fbc2c74 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -19,6 +19,7 @@ Wants=dbus.socket After=dbus.socket [Service] +Type=notify ExecStart=@rootlibexecdir@/systemd-logind Restart=always RestartSec=0 -- 2.30.2