Tweak timeoutsec for akkounts service
This commit is contained in:
@@ -246,7 +246,7 @@ systemd_unit "akkounts.service" do
|
|||||||
ExecStart: "#{bundle_path} exec puma -C config/puma.rb --pidfile #{deploy_path}/tmp/puma.pid",
|
ExecStart: "#{bundle_path} exec puma -C config/puma.rb --pidfile #{deploy_path}/tmp/puma.pid",
|
||||||
ExecReload: "#{bundle_path} exec pumactl -F config/puma.rb --pidfile #{deploy_path}/tmp/puma.pid phased-restart",
|
ExecReload: "#{bundle_path} exec pumactl -F config/puma.rb --pidfile #{deploy_path}/tmp/puma.pid phased-restart",
|
||||||
PIDFile: "#{deploy_path}/tmp/puma.pid",
|
PIDFile: "#{deploy_path}/tmp/puma.pid",
|
||||||
TimeoutSec: "10",
|
TimeoutSec: "30",
|
||||||
Restart: "always",
|
Restart: "always",
|
||||||
},
|
},
|
||||||
Install: {
|
Install: {
|
||||||
|
|||||||
Reference in New Issue
Block a user