mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
rpcbind: enable systemd socket service by default.
This commit is contained in:
parent
b5d18c5fa7
commit
acac947f54
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rpcbind'
|
# Template file for 'rpcbind'
|
||||||
pkgname=rpcbind
|
pkgname=rpcbind
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-warmstarts --with-statedir=/var/lib/rpcbind
|
configure_args="--enable-warmstarts --with-statedir=/var/lib/rpcbind
|
||||||
--with-rpcuser=rpc"
|
--with-rpcuser=rpc"
|
||||||
|
@ -16,7 +16,7 @@ long_desc="
|
||||||
universal address. It must be running on the host to be able to make
|
universal address. It must be running on the host to be able to make
|
||||||
RPC calls on a server on that machine."
|
RPC calls on a server on that machine."
|
||||||
|
|
||||||
systemd_services="${pkgname}.service on"
|
systemd_services="${pkgname}.socket on"
|
||||||
system_accounts="rpc"
|
system_accounts="rpc"
|
||||||
rpc_homedir="/var/lib/rpcbind"
|
rpc_homedir="/var/lib/rpcbind"
|
||||||
make_dirs="/var/lib/rpcbind 0700 rpc rpc"
|
make_dirs="/var/lib/rpcbind 0700 rpc rpc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue