rpcbind: enable systemd socket service by default.

This commit is contained in:
Juan RP 2012-10-08 12:38:40 +02:00
parent b5d18c5fa7
commit acac947f54

View file

@ -1,7 +1,7 @@
# Template file for 'rpcbind'
pkgname=rpcbind
version=0.2.0
revision=3
revision=4
build_style=gnu-configure
configure_args="--enable-warmstarts --with-statedir=/var/lib/rpcbind
--with-rpcuser=rpc"
@ -16,7 +16,7 @@ long_desc="
universal address. It must be running on the host to be able to make
RPC calls on a server on that machine."
systemd_services="${pkgname}.service on"
systemd_services="${pkgname}.socket on"
system_accounts="rpc"
rpc_homedir="/var/lib/rpcbind"
make_dirs="/var/lib/rpcbind 0700 rpc rpc"