summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-02-01 22:13:26 +0100
committerTom Gundersen <teg@jklm.no>2015-02-02 11:57:52 +0100
commit5544ee85163733eaa50f598fcf3bd9421d4a42f9 (patch)
tree57a7fca80c90e3c94e5bf1d302de15de2a4ea590 /Makefile.am
parenta9944163fe5600bce85898dae78cd68442a6ff7c (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e3ba11c8c..fdadda7d3 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