1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 09:55:48 +00:00

Merge pull request #2369 from koenwtje/fix-freebsd-init-script

Fix status command in FreeBSD init script
This commit is contained in:
Unknwon 2016-01-10 13:28:24 +08:00
commit cd966787f3

View File

@ -22,6 +22,7 @@ load_rc_config $name
: ${gogs_directory:="/home/git"}
command="${gogs_directory}/gogs web"
procname="$(echo $command |cut -d' ' -f1)"
pidfile="${gogs_directory}/${name}.pid"