not forgejo, rather gitea
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
systemd.services.gitea = {
|
systemd.services.gitea = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${lib.getExe pkgs.forgejo} -c /etc/gitea/config.ini";
|
ExecStart = "${lib.getExe pkgs.gitea} -c /etc/gitea/config.ini";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartMaxDelaySec = "1m";
|
RestartMaxDelaySec = "1m";
|
||||||
|
|||||||
Reference in New Issue
Block a user