1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-27 14:03:43 +03:00

resolved: fix typo in sd_notify() call

This commit is contained in:
Tom Gundersen 2014-11-25 22:30:29 +01:00
parent 6363357378
commit b37d45c9ab

View File

@ -108,7 +108,7 @@ int main(int argc, char *argv[]) {
finish:
sd_notify(false,
"STOPPIN=1\n"
"STOPPING=1\n"
"STATUS=Shutting down...");
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;