Merge pull request #29992 from bachp/glusterfs-rpcbind

glusterfs service: fix issues with useRpcbind
This commit is contained in:
Joachim F 2017-10-01 22:13:55 +00:00 committed by GitHub
commit c01658d4d9

View file

@ -156,7 +156,7 @@ in
wantedBy = [ "multi-user.target" ];
requires = lib.optional cfg.useRpcbind "rpcbind.service";
after = [ "network.target" "local-fs.target" ] ++ lib.optional cfg.useRpcbind [ "rpcbind.service" ];
after = [ "network.target" "local-fs.target" ] ++ lib.optional cfg.useRpcbind "rpcbind.service";
preStart = ''
install -m 0755 -d /var/log/glusterfs