]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/main.c
suppress status message output at shutdown when 'quiet' is given
[thirdparty/systemd.git] / src / core / main.c
index ada0f9d94b55d187c3b1c4f59dbc40036645c72b..243855fa153e1a89a354d91aa1b81fb3667070f1 100644 (file)
@@ -1942,9 +1942,9 @@ finish:
                         watchdog_close(true);
                 }
 
-               /* avoid the creation of new processes forked by the kernel; at this
+                /* avoid the creation of new processes forked by the kernel; at this
                  * point, we will not listen to the signals anyway */
-               cg_uninstall_release_agent(SYSTEMD_CGROUP_CONTROLLER);
+                cg_uninstall_release_agent(SYSTEMD_CGROUP_CONTROLLER);
 
                 execve(SYSTEMD_SHUTDOWN_BINARY_PATH, (char **) command_line, env_block);
                 free(env_block);