From 641ac4adb60df964cbb23e3a48168f50090d24d2 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 3 Mar 2026 01:34:18 +0100 Subject: [PATCH] fix: forgejo web command --- files/systemd/forgejo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/systemd/forgejo.conf b/files/systemd/forgejo.conf index 622a150..9f2b1b7 100644 --- a/files/systemd/forgejo.conf +++ b/files/systemd/forgejo.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=/usr/local/bin/forgejo web --config /etc/forgejo/conf/netoik_app.ini +ExecStart=/usr/bin/forgejo web --config /etc/forgejo/conf/netoik_app.ini