Remove absolute path

This commit is contained in:
Michael Huebner 2025-06-16 13:24:00 +02:00
parent 26e8f736ea
commit 91c015972d

View file

@ -38,7 +38,7 @@ in
];
serviceConfig = {
Type = "simple";
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
};
};
};