Correct path to mkdir
This commit is contained in:
parent
08cee5cdba
commit
bfb0387f04
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
|||
];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "mkdir -p /var/lib/forgejo/custom/templates/ && ${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom/templates/home.tmpl";
|
||||
ExecStart = "${pkgs.coreutils}/bin/mkdir -p /var/lib/forgejo/custom/templates/ && ${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom/templates/home.tmpl";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue