diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-21 17:19:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-21 17:24:21 +0200 |
commit | af4ec4309e8f82aad87a8d574785c12f8763d5f8 (patch) | |
tree | a592a4d9bae7af0d2bfccd2206c0be32e0712c7b /src/shutdownd | |
parent | 308d72dc1e2106f94ae637e2ea510e8d466d2af1 (diff) |
notify: send STOPPING=1 from our daemons
Diffstat (limited to 'src/shutdownd')
-rw-r--r-- | src/shutdownd/shutdownd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |