<div dir="ltr"><br><div>Hi folks,</div><div><br></div><div>I have an an application that has as systemd unit file.. it runs a bunch of daemons,</div><div>that we only want starting up after the network and all file systems are mounted.</div><div>Some file systems might be NFS mounted... I don't know... this is a generic unit file</div><div>installed with the package. How does one generically express a dependency on "all file systems normally mounted during boot are available?"</div><div><br></div><div>I currently have:</div><div><br></div><div>After=network.target</div><div><br></div><div>I figure perhaps:</div><div><br></div><div>After=network.target local-fs.target remote-fs.target </div><div><br></div><div>If there are no remote file systems configured will the remote-fs target be satisfied,</div><div>or will it just refuse to start?</div><div><br></div><div><br></div></div>