Skip to content

Commit

Permalink
fix(systemd-networkd): correct typos in override paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse committed Jun 22, 2023
1 parent 3e2f685 commit f0dc7ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules.d/01systemd-networkd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ install() {
"$systemdutilconfdir/networkd.conf.d/*.conf" \
"$systemdnetworkconfdir/*" \
"$systemdsystemconfdir"/systemd-networkd.service \
"$systemdsystemconfdir/systemd-networkd.service/*.conf" \
"$systemdsystemconfdir/systemd-networkd.service.d/*.conf" \
"$systemdsystemconfdir"/systemd-networkd.socket \
"$systemdsystemconfdir/systemd-networkd.socket/*.conf" \
"$systemdsystemconfdir/systemd-networkd.socket.d/*.conf" \
"$systemdsystemconfdir"/systemd-network-generator.service \
"$systemdsystemconfdir/systemd-network-generator.service/*.conf" \
"$systemdsystemconfdir/systemd-network-generator.service.d/*.conf" \
"$systemdsystemconfdir"/systemd-networkd-wait-online.service \
"$systemdsystemconfdir/systemd-networkd-wait-online.service/*.conf" \
"$systemdsystemconfdir/systemd-networkd-wait-online.service.d/*.conf" \
"$systemdsystemconfdir"/systemd-networkd-wait-online@.service \
"$systemdsystemconfdir/systemd-networkd-wait-online@.service.d/*.conf" \
"$sysusersconfdir"/systemd-network.conf
Expand Down

0 comments on commit f0dc7ec

Please sign in to comment.