This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#1933
from renatoaquino/develop
HOME fix into FreeBSD init script
master
Unknwon
9 years ago
parent
523dc8b613
923c45d721
commit
d1e28ac013
1 changed files
with
1 additions
and
1 deletions
Unified 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() {
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
}
}
Write
Preview
Loading…
Cancel
Save