mirror of
https://github.com/systemd/systemd.git
synced 2025-03-06 00:58:29 +03:00
test-network: drop deprecated ExecStart= modifier
This commit is contained in:
parent
6ee112ed47
commit
51e60dac12
@ -448,7 +448,7 @@ def create_service_dropin(service, command, additional_settings=None):
|
||||
if command:
|
||||
drop_in += [
|
||||
'ExecStart=',
|
||||
f'ExecStart=!!{valgrind_cmd}{command}',
|
||||
f'ExecStart={valgrind_cmd}{command}',
|
||||
]
|
||||
if enable_debug:
|
||||
drop_in += ['Environment=SYSTEMD_LOG_LEVEL=debug']
|
||||
@ -514,7 +514,7 @@ def setup_system_units():
|
||||
[
|
||||
'[Service]',
|
||||
'ExecStart=',
|
||||
f'ExecStart=!!@{udevadm_bin} systemd-udevd',
|
||||
f'ExecStart=@{udevadm_bin} systemd-udevd',
|
||||
]
|
||||
)
|
||||
create_unit_dropin(
|
||||
|
Loading…
x
Reference in New Issue
Block a user