Remove absolute path
This commit is contained in:
parent
26e8f736ea
commit
91c015972d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in
|
||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
|
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue