chiark / gitweb /
notify: send STOPPING=1 from our daemons
[elogind.git] / src / journal-remote / journal-upload.c
index bdeeff67788363d65a16e38fcab7094c08c026be..40c380aa9ee2277330cac8e9a081b84ab56da9e1 100644 (file)
@@ -818,7 +818,10 @@ int main(int argc, char **argv) {
         }
 
 cleanup:
-        sd_notify(false, "STATUS=Shutting down...");
+        sd_notify(false,
+                  "STOPPING=1\n"
+                  "STATUS=Shutting down...");
+
         destroy_uploader(&u);
 
 finish: