On Wed, Apr 21, 2021 at 2:37 AM Carlos Lopez clopmz@outlook.com wrote:
Hi all,
I have setup a systemd service that needs to mount a NFS share before starts. To accomplish this I have defined:
RequiresMountsFor=/data/sysos
As a dependency in [Unit] section but it doesn’t work. NFS share is defined in fstab with “defaults,noauto” options also ..
Maybe set up the NFS mount with autofs instead?