Tweak timeoutsec for akkounts service

This commit is contained in:
2026-08-10 17:22:21 -06:00
parent 2abd33aba7
commit 7e55a1f1d1
@@ -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: {