Message ID | 1435245381-25085-1-git-send-email-steved@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/25/2015 11:16 AM, Steve Dickson wrote: > To trigger the systemd socket activation support > in rpcbind, nfs-service needs to Requires/After > rpcbind.service instead of rpbind.target > > Signed-off-by: Steve Dickson <steved@redhat.com> Committed... steved. > --- > systemd/nfs-server.service | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/systemd/nfs-server.service b/systemd/nfs-server.service > index db801cb..12b02f2 100644 > --- a/systemd/nfs-server.service > +++ b/systemd/nfs-server.service > @@ -1,13 +1,13 @@ > [Unit] > Description=NFS server and services > DefaultDependencies=no > -Requires= network.target proc-fs-nfsd.mount rpcbind.target > +Requires= network.target proc-fs-nfsd.mount rpcbind.service > Requires= nfs-mountd.service > Wants=rpc-statd.service nfs-idmapd.service > Wants=rpc-statd-notify.service > > After= local-fs.target > -After= network.target proc-fs-nfsd.mount rpcbind.target nfs-mountd.service > +After= network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service > After= nfs-idmapd.service rpc-statd.service > Before= rpc-statd-notify.service > > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/systemd/nfs-server.service b/systemd/nfs-server.service index db801cb..12b02f2 100644 --- a/systemd/nfs-server.service +++ b/systemd/nfs-server.service @@ -1,13 +1,13 @@ [Unit] Description=NFS server and services DefaultDependencies=no -Requires= network.target proc-fs-nfsd.mount rpcbind.target +Requires= network.target proc-fs-nfsd.mount rpcbind.service Requires= nfs-mountd.service Wants=rpc-statd.service nfs-idmapd.service Wants=rpc-statd-notify.service After= local-fs.target -After= network.target proc-fs-nfsd.mount rpcbind.target nfs-mountd.service +After= network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service After= nfs-idmapd.service rpc-statd.service Before= rpc-statd-notify.service
To trigger the systemd socket activation support in rpcbind, nfs-service needs to Requires/After rpcbind.service instead of rpbind.target Signed-off-by: Steve Dickson <steved@redhat.com> --- systemd/nfs-server.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)