mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: trying to fix opencloud
This commit is contained in:
parent
6a7fb05c69
commit
ac0ba3e5d6
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ in
|
|||
};
|
||||
opencloud-copy-secrets = {
|
||||
description = "Copy secrets from virtiofs to local filesystem";
|
||||
before = [ "opencloud-init-config.service" ];
|
||||
requiredBy = [ "opencloud-init-config.service" ];
|
||||
before = [ "opencloud.service" ];
|
||||
requiredBy = [ "opencloud.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue