mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
systemctl: return EXIT_SUCCESS on success
This commit is contained in:
@@ -7815,5 +7815,5 @@ finish:
|
||||
|
||||
release_busses();
|
||||
|
||||
return r < 0 ? EXIT_FAILURE : r;
|
||||
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user