]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop deprecated ExecStart= modifier
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 4 Mar 2025 17:29:03 +0000 (02:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Mar 2025 09:17:19 +0000 (18:17 +0900)
test/test-network/systemd-networkd-tests.py

index 9f5a3ce62b2f04df69fd1327d965b079326b6338..60759610cc57bc21c0298a74e2787084a705c3cb 100755 (executable)
@@ -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(