mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
test-network: generate debugging logs of networkd-persistent-storage.service
This commit is contained in:
parent
80a3eb5ab5
commit
22fa8f6724
@ -526,7 +526,8 @@ def setup_system_units():
|
||||
'ExecStart=',
|
||||
f'ExecStart={networkctl_bin} persistent-storage yes',
|
||||
'ExecStop=',
|
||||
f'ExecStop={networkctl_bin} persistent-storage no'
|
||||
f'ExecStop={networkctl_bin} persistent-storage no',
|
||||
'Environment=SYSTEMD_LOG_LEVEL=debug' if enable_debug else '',
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user