aboutsummaryrefslogtreecommitdiff
path: root/sys/etc/systemd
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-06-07 01:17:04 +0700
committerShulhan <ms@kilabit.info>2025-12-24 13:53:46 +0700
commit7c5aa938241175ba5cbc57468b6e4eeeb507df2a (patch)
treeca4b5d84f0ec187e0aa35ca35839118a33deae39 /sys/etc/systemd
parentd768aa8ad922543302b5b6f6623fdbe4c2fd7271 (diff)
downloadcompute-archlinux-image-builder-7c5aa938241175ba5cbc57468b6e4eeeb507df2a.tar.xz
all: manage network with systemd-network
This remove dhclient and add polkit as dependencies for systemd-hostnamed.
Diffstat (limited to 'sys/etc/systemd')
-rw-r--r--sys/etc/systemd/network/10-eth0.network5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/etc/systemd/network/10-eth0.network b/sys/etc/systemd/network/10-eth0.network
new file mode 100644
index 0000000..e871c69
--- /dev/null
+++ b/sys/etc/systemd/network/10-eth0.network
@@ -0,0 +1,5 @@
+[Match]
+Name=eth0
+
+[Network]
+DHCP=yes