mirror of
https://github.com/go-gitea/gitea
synced 2025-01-11 10:14:27 +00:00
Merge pull request #1933 from renatoaquino/develop
HOME fix into FreeBSD init script
This commit is contained in:
commit
d1e28ac013
@ -31,7 +31,7 @@ stop_cmd="${name}_stop"
|
|||||||
gogs_start() {
|
gogs_start() {
|
||||||
cd ${gogs_directory}
|
cd ${gogs_directory}
|
||||||
export USER=${gogs_user}
|
export USER=${gogs_user}
|
||||||
export HOME=${gogs_directory}
|
export HOME=/usr/home/${gogs_user}
|
||||||
/usr/sbin/daemon -f -u ${gogs_user} -p ${pidfile} $command
|
/usr/sbin/daemon -f -u ${gogs_user} -p ${pidfile} $command
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user