mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
core/execute: correct alignment
This commit is contained in:
@@ -427,7 +427,8 @@ int exec_spawn(Unit *unit,
|
||||
xsprintf(serialization_fd_number, "%i", fileno(f));
|
||||
|
||||
/* The executor binary is pinned, to avoid compatibility problems during upgrades. */
|
||||
r = posix_spawn_wrapper(FORMAT_PROC_FD_PATH(unit->manager->executor_fd),
|
||||
r = posix_spawn_wrapper(
|
||||
FORMAT_PROC_FD_PATH(unit->manager->executor_fd),
|
||||
STRV_MAKE(executor_path,
|
||||
"--deserialize", serialization_fd_number,
|
||||
"--log-level", log_level,
|
||||
|
||||
Reference in New Issue
Block a user