80fd5d5d103fee491dfa11582323f3cd1f4edf9f
PROBLEM: - talkkonnect fails with "Cannot Initialize Terminal" error - Service shows "Talkkonnect Terminated Abnormally" in logs - Root cause: talkkonnect uses termbox-go which requires a TTY - Systemd services don't provide TTY by default SOLUTION: - Added Environment="TERM=dumb" to systemd service - Added StandardInput=null to prevent terminal initialization - Both changes allow talkkonnect to run headless as a service CHANGES: - Updated install_kiosk_0.9.6-1.sh with the fix - Created install_kiosk_0.9.6-2.sh (new version with fix) - Added fix_talkkonnect_terminal.sh for quick patching of existing installations
Languages
Shell
94.1%
JavaScript
4.7%
HTML
0.9%
CSS
0.3%