mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +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_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-warmstarts \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-warmstarts \
|
||||||
--disable-libwrap \
|
--disable-libwrap \
|
||||||
--with-statedir=/tmp \
|
--with-statedir=/tmp \
|
||||||
--with-rpcuser=root"
|
--with-rpcuser=root"
|
||||||
|
@ -5,8 +5,7 @@ After=syslog.target network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
# EnvironmentFile=/etc/sysconfig/rpcbind
|
ExecStart=/usr/bin/rpcbind
|
||||||
ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user