mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
resolved: fix typo in sd_notify() call
(cherry picked from commit b37d45c9ab)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
9de44ece7d
commit
8381c0eab7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user