This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
HOME fix into FreeBSD init script
for-closed-social
Renato Aquino
9 years ago
parent
020fb43b77
commit
923c45d721
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/init/freebsd/gogs
+ 1
- 1
scripts/init/freebsd/gogs
View File
@ -31,7 +31,7 @@ stop_cmd="${name}_stop"
gogs_start() {
cd ${gogs_directory}
export USER=${gogs_user}
export HOME=
${gogs_directory
}
export HOME=
/usr/home/${gogs_user
}
/usr/sbin/daemon -f -u ${gogs_user} -p ${pidfile} $command
}
Write
Preview
Loading…
Cancel
Save