mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
rpcbind: disable warmstarts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
70fbe619f1
commit
9365721a59
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user