Upgrade RS discourse, increase service timeouts

This commit is contained in:
2026-07-10 11:30:11 +02:00
parent 1ebe0e4074
commit 736d4effa4
2 changed files with 5 additions and 3 deletions
@@ -26,6 +26,8 @@ systemd_unit "discourse.service" do
Environment: "SUPERVISED=true",
ExecStart: "#{deploy_path}/launcher start app",
ExecStop: "#{deploy_path}/launcher stop app",
TimeoutStartSec: '300',
TimeoutStopSec: '30'
},
Install: {
WantedBy: "multi-user.target"