]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd-test: unconditionally stop previous invocation of networkd before starting...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jan 2025 18:45:11 +0000 (03:45 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 22 Jan 2025 10:29:59 +0000 (10:29 +0000)
commite887b3006cd0f3d5d812d4547a64c5ff830f00ec
tree78dd5276fd0ffbe2ec3fcba08c7a1a052692015c
parent8946dabaa33f2f845166d1bb7250c380dc12b2e0
networkd-test: unconditionally stop previous invocation of networkd before starting new one

When networkd is already running, creating some .network files and
friends and starting networkd does not take any effect. Let's always
restart networkd when we want to start a new invocation.
test/networkd-test.py