Specify ZFS datasets dependencies for each service

This commit is contained in:
2023-06-08 18:33:01 +02:00
parent 110a98c3d4
commit 27f170070c
4 changed files with 12 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
# Start services after ZFS mount
systemd.services.podman-mongodb.unitConfig.RequiresMountsFor =
[ "vault.mount" ];
[ /vault/mongodb ];
systemd.services.podman-mqtt2prometheus.unitConfig.RequiresMountsFor =
[ "vault.mount" ];
[ /vault/mqtt2prometheus ];
}