Test path to cp
This commit is contained in:
parent
40c88117be
commit
926844cd1a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in
|
||||||
path = [ pkgs.nix ];
|
path = [ pkgs.nix ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
|
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue