mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-28 12:00:01 +02:00
Don't create a default pid file (#637)
This commit is contained in:
parent
27fcf8d30a
commit
4a1f36c3cc
2 changed files with 3 additions and 5 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue