This commit is contained in:
oxapentane - 2023-06-10 13:48:29 +02:00
parent 3c8f1352b9
commit 82c8ac9551
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ in
systemd.services.setup-docker-pws = {
description = "copy the user passwords to docker volume";
wantedBy = [ "jupyterlab-stateful.service" ];
serviceConfig.type = "oneshot";
serviceConfig.Type = "oneshot";
script = secret-setup;
};