summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-21 14:20:14 +0100
committerTom Gundersen <teg@jklm.no>2014-02-21 14:38:04 +0100
commitca1a3847695d02ebe62007d8f335f23d3fe04638 (patch)
tree7e5dbf084596abeb95891e2339f2c3db1df9af7b
parentc4a0b20c7a3043a6691ca23d4a1a7c15b5082a03 (diff)
install: enable networkd by default
This treats it similarly to getty@tty1.service and remote-fs.target, which can be enabled/disabled, but defaults to enabled.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8099acd58..f6c22bd28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4747,2 +4747,3 @@ GENERAL_ALIASES += \
$(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \
+ $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-networkd.service \
$(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \