[Bug 294089] www/gitea: service gitea restart fails, leaves gitea stopped
Date: Fri, 10 Apr 2026 18:26:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294089
Andrew Philips <andy@codeedog.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andy@codeedog.com
--- Comment #1 from Andrew Philips <andy@codeedog.com> ---
I've filed what I believe to be a related bug. I suspect in the start up script
the daemon call is missing a flag (-f), but I have not done a deep analysis on
this, nor run gitea.
Reviewing the source code for gitea here:
https://github.com/freebsd/freebsd-ports/blob/main/www/gitea/files/gitea.in
gitea_start calls daemon without -f. A stop_postcmd is also required to remove
the pid file.
See Bug 294288 for details on suggested corrections.
--
You are receiving this mail because:
You are the assignee for the bug.