summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/ippool/ippool/ippool.service4
-rw-r--r--meta-networking/recipes-daemons/ippool/ippool_1.3.bb2
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/ippool/ippool/ippool.service b/meta-networking/recipes-daemons/ippool/ippool/ippool.service
index 281ae5fd19..f168e4ccb6 100644
--- a/meta-networking/recipes-daemons/ippool/ippool/ippool.service
+++ b/meta-networking/recipes-daemons/ippool/ippool/ippool.service
@@ -5,8 +5,8 @@ After=rpcbind.service
5 5
6[Service] 6[Service]
7Type=simple 7Type=simple
8# Start ippoold in the foreground! 8# Start ippoold in the foreground! and enable RPC
9ExecStart=@SBINDIR@/ippoold -f 9ExecStart=@SBINDIR@/ippoold -R -f
10# Normal output will go to syslog, so suppress stdout. 10# Normal output will go to syslog, so suppress stdout.
11StandardOutput=null 11StandardOutput=null
12# ExecStop is not needed. systemd will send SIGTERM 12# ExecStop is not needed. systemd will send SIGTERM
diff --git a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
index f592912f9b..36ea289945 100644
--- a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
+++ b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
@@ -50,8 +50,6 @@ EXTRA_OEMAKE += "IPPOOL_TEST=y"
50CPPFLAGS += "${SELECTED_OPTIMIZATION} -I${STAGING_INCDIR}/tirpc" 50CPPFLAGS += "${SELECTED_OPTIMIZATION} -I${STAGING_INCDIR}/tirpc"
51 51
52SYSTEMD_SERVICE:${PN} = "ippool.service" 52SYSTEMD_SERVICE:${PN} = "ippool.service"
53SYSTEMD_AUTO_ENABLE = "disable"
54
55 53
56do_compile:prepend() { 54do_compile:prepend() {
57 # fix the CFLAGS= and CPPFLAGS= in main Makefile, to have the extra CFLAGS in env 55 # fix the CFLAGS= and CPPFLAGS= in main Makefile, to have the extra CFLAGS in env