diff options
| author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2020-10-07 09:10:54 +0200 |
|---|---|---|
| committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2020-10-07 09:10:54 +0200 |
| commit | 9266408ab22b88aa00aabd565733afe3799f81b9 (patch) | |
| tree | bc721392dde04ef8e8301cbb926cb5b3072b45d1 | |
| parent | 1f0494ef8db1a844759cf76598a9365e981fa5d8 (diff) | |
* Fix systemd config option handling (LP: #1898778)
- d/nfs-kernel-server.default: add RPCNFSDOPTS to be able to pass options
to rpc.nfsd when running under systemd
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
| -rw-r--r-- | debian/nfs-kernel-server.default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/nfs-kernel-server.default b/debian/nfs-kernel-server.default index 7137dae4..1033b0ad 100644 --- a/debian/nfs-kernel-server.default +++ b/debian/nfs-kernel-server.default @@ -17,3 +17,6 @@ NEED_SVCGSSD="" # Options for rpc.svcgssd. RPCSVCGSSDOPTS="" + +# Options for rpc.nfsd +RPCNFSDOPTS="" |
