Skip to content

Commit

Permalink
Merge pull request #192 from mariux64/fix-unbound-dependency
Browse files Browse the repository at this point in the history
nfsd.service: Do not require unbound.service
  • Loading branch information
donald authored Jun 2, 2021
2 parents a5f9efa + 4d51488 commit 6ad08ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc_systemd_units/nfsd.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[Unit]
Description=NFS Daemon
ConditionPathExists=/etc/exports
Requires=local-fs.target proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount unbound.service
Requires=local-fs.target proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
After=local-fs.target proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount unbound.service
Wants=unbound.service

[Service]
ExecStartPre=/bin/mkdir -p /var/lib/nfs/v4recovery
Expand Down

0 comments on commit 6ad08ff

Please sign in to comment.