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 c5724dc..8099acd 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 835c07d..ca40691 100644 (file)
@@ -20,3 +20,6 @@ Restart=always
 RestartSec=0
 ExecStart=@rootlibexecdir@/systemd-networkd
 WatchdogSec=1min
+
+[Install]
+WantedBy=multi-user.target