diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-21 14:20:14 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 14:38:04 +0100 |
commit | ca1a3847695d02ebe62007d8f335f23d3fe04638 (patch) | |
tree | 7e5dbf084596abeb95891e2339f2c3db1df9af7b | |
parent | c4a0b20c7a3043a6691ca23d4a1a7c15b5082a03 (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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8099acd58e..f6c22bd281 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4745,6 +4745,7 @@ USER_UNIT_ALIASES += \ 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 \ $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \ ../system-services/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service |