Commit f6e91b0
fix(infrastructure): Increase systemd startup timeout for wheel install (#226)
## Summary
Fix encoding worker startup timeout issue discovered after #225
deployment.
## Problem
The ExecStartPre script that installs the karaoke-gen wheel can take 2+
minutes on first boot. The default systemd timeout (90s) caused multiple
retries before eventually succeeding.
## Solution
Add `TimeoutStartSec=300` to the systemd service definition to allow up
to 5 minutes for the startup script to complete.
## Test Plan
- [ ] Merge triggers Packer image rebuild
- [ ] New image has longer timeout configured
- [ ] Next VM recreation starts without timeout retries
🤖 Generated with [Claude Code](https://claude.com/claude-code)
@coderabbitai ignore
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 4b58e9c commit f6e91b0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
0 commit comments