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

@@ -25,5 +25,5 @@
};
# Start services after ZFS mount
systemd.services.gitea.unitConfig.RequiresMountsFor = [ "vault-git.mount" ];
systemd.services.gitea.unitConfig.RequiresMountsFor = [ /vault/git ];
}