diff --git a/quota.spec b/quota.spec index d34f495..3b0b1ee 100644 --- a/quota.spec +++ b/quota.spec @@ -4,7 +4,7 @@ Name: quota Epoch: 1 Version: 4.03 -Release: 4%{?dist} +Release: 5%{?dist} Summary: System administration tools for monitoring users' disk usage # quota_nld.c, quotaio_xfs.h: GPLv2 # bylabel.c copied from util-linux: GPLv2+ @@ -274,6 +274,9 @@ make check %changelog +* Thu Mar 10 2016 Petr Pisar - 1:4.03-5 +- Start rpc-rquotad.service when starting nfs-server.service + * Thu Mar 03 2016 Petr Pisar - 1:4.03-4 - Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon diff --git a/rpc-rquotad.service b/rpc-rquotad.service index 45bdd52..f9c794e 100644 --- a/rpc-rquotad.service +++ b/rpc-rquotad.service @@ -12,3 +12,4 @@ ExecStart=/usr/sbin/rpc.rquotad $RPCRQUOTADOPTS [Install] WantedBy=multi-user.target +WantedBy=nfs-server.service