From 5544ee85163733eaa50f598fcf3bd9421d4a42f9 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 1 Feb 2015 22:13:26 +0100 Subject: networkd: support socket activation Still keep the non-socket activation code around for starting from the commandline, but will likely drop that too in the future. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e3ba11c8c0..fdadda7d31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5668,9 +5668,11 @@ tests += \ nodist_systemunit_DATA += \ units/systemd-networkd.service \ + units/systemd-networkd.socket \ units/systemd-networkd-wait-online.service GENERAL_ALIASES += \ + $(systemunitdir)/systemd-networkd.socket $(pkgsysconfdir)/system/sockets.target.wants/systemd-networkd.socket \ $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-networkd.service \ $(systemunitdir)/systemd-networkd-wait-online.service $(pkgsysconfdir)/system/network-online.target.wants/systemd-networkd-wait-online.service -- cgit v1.2.3-54-g00ecf