chiark / gitweb /
install: do not statically enable systemd-networkd
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 21 Feb 2014 03:38:17 +0000 (04:38 +0100)
committerTom Gundersen <teg@jklm.no>
Fri, 21 Feb 2014 13:37:53 +0000 (14:37 +0100)
[tomegun: pruned the commit message as not to contradict the follow-up commit]

Makefile.am
units/systemd-networkd.service.in

index c5724dcc725e090313dadbb4c3fbdad459ea7d09..8099acd58e75676ad99d9b2ce51a50edd7996750 100644 (file)
@@ -3955,9 +3955,6 @@ systemd_networkd_LDADD = \
 nodist_systemunit_DATA += \
        units/systemd-networkd.service
 
-MULTI_USER_TARGET_WANTS += \
-       systemd-networkd.service
-
 test_network_SOURCES = \
        src/network/test-network.c \
        src/network/networkd.h \
index 835c07ddcd5aeb838f672e69db81709248b8f6ab..ca40691f5e946a2a23a4e1a7ee9b8e38507cdeaf 100644 (file)
@@ -20,3 +20,6 @@ Restart=always
 RestartSec=0
 ExecStart=@rootlibexecdir@/systemd-networkd
 WatchdogSec=1min
+
+[Install]
+WantedBy=multi-user.target