Skip to content

Commit

Permalink
fix(systemd-networkd): add missing conf files and services
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse authored and johannbg committed Apr 26, 2023
1 parent a62e895 commit 71e391e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules.d/01systemd-networkd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ depends() {
install() {

inst_multiple -o \
"$tmpfilesdir"/systemd-network.conf \
"$dbussystem"/org.freedesktop.network1.conf \
"$dbussystemservices"/org.freedesktop.network1.service \
"$systemdutildir"/networkd.conf \
"$systemdutildir/networkd.conf.d/*.conf" \
"$systemdutildir"/systemd-networkd \
"$systemdutildir"/systemd-network-generator \
"$systemdutildir"/systemd-networkd-wait-online \
"$systemdnetwork"/80-6rd-tunnel.network \
"$systemdnetwork"/80-container-host0.network \
"$systemdnetwork"/80-container-vb.network \
"$systemdnetwork"/80-container-ve.network \
"$systemdnetwork"/80-container-vz.network \
"$systemdnetwork"/80-vm-vt.network \
Expand All @@ -49,6 +52,7 @@ install() {
"$systemdsystemunitdir"/systemd-networkd.socket \
"$systemdsystemunitdir"/systemd-network-generator.service \
"$systemdsystemunitdir"/systemd-networkd-wait-online.service \
"$systemdsystemunitdir"/[email protected] \
"$systemdsystemunitdir"/systemd-network-generator.service \
"$sysusers"/systemd-network.conf \
networkctl ip
Expand Down Expand Up @@ -76,6 +80,8 @@ install() {
"$systemdsystemconfdir/systemd-network-generator.service/*.conf" \
"$systemdsystemconfdir"/systemd-networkd-wait-online.service \
"$systemdsystemconfdir/systemd-networkd-wait-online.service/*.conf" \
"$systemdsystemconfdir"/[email protected] \
"$systemdsystemconfdir/[email protected]/*.conf" \
"$sysusersconfdir"/systemd-network.conf
fi
}

0 comments on commit 71e391e

Please sign in to comment.