Browse Source

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

Fix status command in FreeBSD init script
pull/2374/head
Unknwon 9 years ago
parent
commit
cd966787f3
  1. 1
      scripts/init/freebsd/gogs

1
scripts/init/freebsd/gogs

@ -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"

Loading…
Cancel
Save