mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
Don't create a default pid file (#637)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user