Fix ini path

ogrepository-fixes
Vadim vtroshchinskiy 2025-06-05 09:42:51 +02:00
parent c4d9101f2b
commit f981269561
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Type=simple
User=oggit
Group=oggit
WorkingDirectory=/opt/opengnsys/ogrepository/var/lib/forgejo/work
ExecStart=/opt/opengnsys/ogrepository/bin/forgejo web --config /opt/opengnsys/etc/forgejo/app.ini
ExecStart=/opt/opengnsys/ogrepository/bin/forgejo web --config /opt/opengnsys/ogrepository/etc/forgejo/app.ini
Restart=always
[Install]