<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 17, 2021 at 2:40 PM lejeczek <<a href="mailto:peljasz@yahoo.co.uk">peljasz@yahoo.co.uk</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">Hi guys.<br>
<br>
I'm trying to have unit to start...<br>
well,<br>
I have a luks device which waits for manual passphrase <br>
input, when that happens 'systemd' mounts, without user <br>
intervention(which is great), that luks device.<br>
fstab:<br>
/dev/mapper/luks.devs /devs   ext4 <br>
noatime,nobarrier,noatime,x-systemd.device-timeout=2,nofail 1 2<br>
and now I'll have many units/services which depend on that <br>
mount, because they need to get to paths to get their <br>
configs & other bits.<br>
<br>
Question - how do I make such a unit to re/start when <br>
'systemd' does the mount? Naturally, ideally without any <br>
ways external to 'systemd'.<br></blockquote><div><br></div><div>If units need this mount, then *actually* make them depend on this mount – as in, "Requires=devs.mount" and "After=devs.mount" in each service's [Unit].<br clear="all"></div></div><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>