Joel, thanks for the understanding and the new input. Now, I'm a little bit confused because taking a look at the code I can see that the nfs-server service[1] is being restarted [2] on each write. I even tested myself by * Checking the status of nfs-server service > ��������� systemctl status nfs-server > ��������� nfs-server.service - NFS server and services > Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled) > Drop-In: /usr/lib/systemd/system/nfs-server.service.d > ������������������options.conf > /run/systemd/generator/nfs-server.service.d > ������������������order-with-mounts.conf > Active: active (exited) since Wed 2021-07-07 12:09:17 WEST; 1h 45min ago * Opening the YaST NFS Server module * Keeping Start selected in the first screen * Go Next * Add Directory * Finish * Check the nfs-server service status again > ��������� systemctl status nfs-server > ��������� nfs-server.service - NFS server and services > Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled) > Drop-In: /usr/lib/systemd/system/nfs-server.service.d > ������������������options.conf > /run/systemd/generator/nfs-server.service.d > ������������������order-with-mounts.conf > Active: active (exited) since Wed 2021-07-07 13:58:21 WEST; 16s ago And as far as I can see, the service was restarted. Did I misunderstand the issue? [1] https://github.com/yast/yast-nfs-server/blob/4cd97f792b2ae0b088740cba0250378927de034c/src/modules/NfsServer.rb#L22 [2] https://github.com/yast/yast-nfs-server/blob/4cd97f792b2ae0b088740cba0250378927de034c/src/modules/NfsServer.rb#L313