rpcbind: disable warmstarts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-13 01:09:40 +02:00
parent 70fbe619f1
commit 9365721a59
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,7 @@ PKG_LONGDESC="The rpcbind utility is a server that converts RPC program numbers
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-warmstarts \
PKG_CONFIGURE_OPTS_TARGET="--disable-warmstarts \
--disable-libwrap \
--with-statedir=/tmp \
--with-rpcuser=root"

View File

@ -5,8 +5,7 @@ After=syslog.target network.target
[Service]
Type=forking
# EnvironmentFile=/etc/sysconfig/rpcbind
ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
ExecStart=/usr/bin/rpcbind
[Install]
WantedBy=multi-user.target