chiark / gitweb /
notify: send STOPPING=1 from our daemons
[elogind.git] / src / shutdownd / shutdownd.c
index 92907497ed4aaa2ad8b110d19d9ba89d1312acb6..99aa4b32b3ffc6e2f7ac3b2db7f6076d97e31f0f 100644 (file)
@@ -456,6 +456,7 @@ finish:
         }
 
         sd_notify(false,
+                  "STOPPING=\n"
                   "STATUS=Exiting...");
 
         return r;