Fix PID file path
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 1m8s
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 1m8s
This commit is contained in:
parent
abb7cb0c90
commit
6802c59f1d
2
app.rb
2
app.rb
@ -18,7 +18,7 @@ SESSION_SECRET_HEX_LENGTH = 64
|
||||
set :session_secret, ENV.fetch('SESSION_SECRET') { SecureRandom.hex(SESSION_SECRET_HEX_LENGTH) }
|
||||
|
||||
CLK_TCK = 100
|
||||
PID_FILE_PATH = "/run/pid".freeze
|
||||
PID_FILE_PATH = "/run/app/pid".freeze
|
||||
PROC_UPTIME_PATH = "/proc/uptime".freeze
|
||||
|
||||
SECONDS_PER_YEAR = 31_556_952
|
||||
|
Loading…
Reference in New Issue
Block a user