How is the execution order of processes determined for fields like ExecStartPre being specified in original and overriden systemd service files?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to override a systemd service file to add a process started by ExecStartPre. The original service already starts two processes with ExecStartPre. Is my added process started before or after the two processes already specified in the original service description?
systemd
add a comment |Â
up vote
0
down vote
favorite
I want to override a systemd service file to add a process started by ExecStartPre. The original service already starts two processes with ExecStartPre. Is my added process started before or after the two processes already specified in the original service description?
systemd
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to override a systemd service file to add a process started by ExecStartPre. The original service already starts two processes with ExecStartPre. Is my added process started before or after the two processes already specified in the original service description?
systemd
I want to override a systemd service file to add a process started by ExecStartPre. The original service already starts two processes with ExecStartPre. Is my added process started before or after the two processes already specified in the original service description?
systemd
asked Jan 23 at 22:45
thomas
25517
25517
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Building a minimal example for ExecStartPre showed that the processes added by overriding are executed after the processes specified in the original service file.
(tested version was systemd 236)
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Building a minimal example for ExecStartPre showed that the processes added by overriding are executed after the processes specified in the original service file.
(tested version was systemd 236)
add a comment |Â
up vote
1
down vote
accepted
Building a minimal example for ExecStartPre showed that the processes added by overriding are executed after the processes specified in the original service file.
(tested version was systemd 236)
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Building a minimal example for ExecStartPre showed that the processes added by overriding are executed after the processes specified in the original service file.
(tested version was systemd 236)
Building a minimal example for ExecStartPre showed that the processes added by overriding are executed after the processes specified in the original service file.
(tested version was systemd 236)
edited Jan 25 at 2:21
answered Jan 23 at 22:52
thomas
25517
25517
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f419214%2fhow-is-the-execution-order-of-processes-determined-for-fields-like-execstartpre%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password