mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
service: allow input from terminal when executing more than one start-pre or stop-post command
This commit is contained in:
@@ -1846,7 +1846,8 @@ static void service_run_next(Service *s, bool success) {
|
||||
false,
|
||||
!s->permissions_start_only,
|
||||
!s->root_directory_start_only,
|
||||
false,
|
||||
s->control_command_id == SERVICE_EXEC_START_PRE ||
|
||||
s->control_command_id == SERVICE_EXEC_STOP_POST,
|
||||
false,
|
||||
&s->control_pid)) < 0)
|
||||
goto fail;
|
||||
|
||||
Reference in New Issue
Block a user