bundles/nfs-server: ensure nfs runs on managed ports, fix firewall rules
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-20 08:24:38 +01:00
parent 6267b4c33d
commit 88891b44be
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 41 additions and 7 deletions

View file

@ -5,6 +5,12 @@ files = {
'action:nfs_reload_shares',
},
},
'/etc/default/nfs-kernel-server': {
'source': 'etc-default',
'triggers': {
'svc_systemd:nfs-server:restart',
},
},
}
actions = {