mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
networkd: do not install the socket when networkd is not enabled
This commit is contained in:
parent
dcfe072ad6
commit
a174f618eb
@ -88,7 +88,7 @@ units = [
|
||||
'sockets.target.wants/'],
|
||||
['systemd-journald.socket', '',
|
||||
'sockets.target.wants/'],
|
||||
['systemd-networkd.socket', '',
|
||||
['systemd-networkd.socket', 'ENABLE_NETWORKD',
|
||||
join_paths(pkgsysconfdir, 'system/sockets.target.wants/')],
|
||||
['systemd-rfkill.socket', 'ENABLE_RFKILL'],
|
||||
['systemd-tmpfiles-clean.timer', '',
|
||||
|
Loading…
Reference in New Issue
Block a user