From af4ec4309e8f82aad87a8d574785c12f8763d5f8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Aug 2014 17:19:28 +0200 Subject: notify: send STOPPING=1 from our daemons --- src/shutdownd/shutdownd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shutdownd') diff --git a/src/shutdownd/shutdownd.c b/src/shutdownd/shutdownd.c index 92907497ed..99aa4b32b3 100644 --- a/src/shutdownd/shutdownd.c +++ b/src/shutdownd/shutdownd.c @@ -456,6 +456,7 @@ finish: } sd_notify(false, + "STOPPING=\n" "STATUS=Exiting..."); return r; -- cgit v1.2.3-54-g00ecf