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
#1321
from wfriesen/freebsdinit
Fix command used by FreeBSD init script
master
无闻
10 years ago
parent
74511b1d54
bfef8f0edd
commit
007a42a8ff
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
@@ -21,7 +21,7 @@ load_rc_config $name
: ${gogs_enable:="NO"}
: ${gogs_directory:="/home/git"}
command="${gogs_directory}/
scripts/start.sh
"
command="${gogs_directory}/
gogs web
"
pidfile="${gogs_directory}/${name}.pid"
Write
Preview
Loading…
Cancel
Save