Typo.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m33s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m33s
This commit is contained in:
parent
4c393a7f92
commit
64b5520170
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ in {
|
||||||
systemd.services."forgejo-custom-files" = {
|
systemd.services."forgejo-custom-files" = {
|
||||||
description = "Install Forgejo custom templates and assets into customDir";
|
description = "Install Forgejo custom templates and assets into customDir";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
# Use bash -c to run a compact copy/install script that ensures dirs exist and files are owned by forgejo
|
# Use bash -c to run a compact copy/install script that ensures dirs exist and files are owned by forgejo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue