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:
parent
6363357378
commit
b37d45c9ab
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user