summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
diff options
context:
space:
mode:
authorBwko <bouwko@gmail.com>2017-01-14 03:15:43 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-01-14 10:15:43 +0800
commit4a1f36c3cc3d93633299a2f71826ee0198adaef0 (patch)
tree6e105c824289097e424c7e0b08ded49aea7b2acf /cmd/web.go
parent27fcf8d30a8c8dda281739c84af4033c93d96faf (diff)
downloadgitea-4a1f36c3cc3d93633299a2f71826ee0198adaef0.tar.gz
gitea-4a1f36c3cc3d93633299a2f71826ee0198adaef0.zip
Don't create a default pid file (#637)
Diffstat (limited to 'cmd/web.go')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index a69bcf4b20..2ab680ecf3 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -62,7 +62,7 @@ and it takes care of all the other things for you`,
},
cli.StringFlag{
Name: "pid, P",
- Value: "custom/run/app.pid",
+ Value: "/var/run/gitea.pid",
Usage: "Custom pid file path",
},
},