<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 11 Sept 2024 at 12:51, Andrei Borzenkov <<a href="mailto:arvidjaar@gmail.com">arvidjaar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Sep 11, 2024 at 2:35 PM Henti Smith <<a href="mailto:henti@gaydonsmith.co.uk" target="_blank">henti@gaydonsmith.co.uk</a>> wrote:<br>
><br>
> On Tue, 10 Sept 2024 at 18:11, Andrei Borzenkov <<a href="mailto:arvidjaar@gmail.com" target="_blank">arvidjaar@gmail.com</a>> wrote:<br>
>><br>>> Because Requires without After is useless. I am yet to see the use case<br>
>> for it.<br>
><br>
><br>
> I don't follow. After adding Requires the config looks like:<br>
><br>
> [Unit]<br>
> Description=Mission Control<br>
> After=network.target data.mount<br>
> Wants=network.target<br>
> Requires=data.mount<br>
><br>
> So it has both After and Requires ?<br>
><br>
<br>
Are you using a background NFS mount by default?<br></blockquote><div><br></div><div>It is a data collection system and we're using a Google Transfer Appliance aka GTA (<a href="https://cloud.google.com/transfer-appliance/docs/4.0/overview">https://cloud.google.com/transfer-appliance/docs/4.0/overview</a>) to write test data to. The system is used to collect data in the field by non technical people.  <br></div><div><br></div><div>The process is currently:</div><div>* Power on the GTA (appliance exporting NFS share to /mnt/ta-data<br></div><div>* Power on the data collection device (Linux based on Ubuntu 20.04) <br></div><div><br></div><div>The GTA takes some time to start up and there is a start up procedure of starting the GTA and waiting 5 minutes before starting the data collection device, however I would like to remove people from the process completely. <br></div><div><br></div><div>What I'm trying to achieve: <br></div><div>* Data collection device boots up</div><div>* Mounts the NFS drive on /data</div><div>* Start the mission service once /data is mounted and available. </div><div><br></div><div>I hope this clarifies things. <br></div><div><br></div><div>Kind regards</div><div>Henti<br></div><div> </div></div></div>