L
Size: a a a
L
S
S
L
L
A
S
A
V
L
V
V
V
V
A
FM
w👾
systemctl edit foo.service и пишу туда еще один ExecStartPre. в каком порядке они будут выполняться? сначала те что в foo.service, потом в override или наоборот или это загадка для всего человечества?w👾
ExecStartPre=some1
ExecStartPre=some2
w👾
ExecStartPre=, ExecStartPost=
Additional commands that are executed before or after the command in ExecStart=, respectively.
Syntax is the same as for ExecStart=, except that multiple command lines are allowed and the
commands are executed one after the other, serially.
FM