Commit 88ff0417 introduce 'Wants=' statements that conditionally started other services. Those services need to be removed from the 'After=' statements otherwise a systemd ordering cycle is created. Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- systemd/nfs-server.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/systemd/nfs-server.service b/systemd/nfs-server.service index 26df656..43be4aa 100644 --- a/systemd/nfs-server.service +++ b/systemd/nfs-server.service @@ -7,8 +7,6 @@ Wants=rpc-statd.service nfs-idmapd.service rpc-gssd.service rpc-svcgssd.service Wants=rpc-statd-notify.service After= network.target proc-fs-nfsd.mount rpcbind.target nfs-mountd.service -After= nfs-idmapd.service rpc-statd.service -After= rpc-gssd.service rpc-svcgssd.service Before= rpc-statd-notify.service [Service] -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html