I have a zpool that has a mountpoint at /var
. When I start my server up, the snapd
service always throws a bunch of errors and fails to start because it attempts to mount a bunch of things from /var
to /snap
but it attempts the mounts before the zpool
has been mounted so there's nothing in /var
yet.
How can I get snapd
to attempt these mounts after the zpool has been mounted?