mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -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 = {
|
opencloud-copy-secrets = {
|
||||||
description = "Copy secrets from virtiofs to local filesystem";
|
description = "Copy secrets from virtiofs to local filesystem";
|
||||||
before = [ "opencloud-init-config.service" ];
|
before = [ "opencloud.service" ];
|
||||||
requiredBy = [ "opencloud-init-config.service" ];
|
requiredBy = [ "opencloud.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue