furt/scripts
michael 25a709ebbe feat(service): implement PID-file based service management (DAW/furt#100)
- Replace unreliable pexp patterns with PID-file approach
- Add graceful shutdown with timeout handling in rc.d script
- Implement process validation after startup
- Add SIGHUP config reload support for Unix services
- Ensure PID-file cleanup on service exit
- Update systemd service to use PIDFile parameter

Platform improvements:
- OpenBSD: rc_check/rc_stop functions now PID-file based
- Linux: systemd Type=forking with proper PIDFile support
- Cross-platform: /var/run/furt.pid standard location

Resolves service status detection issues where rcctl check showed
(failed) despite running service due to process name variations
across platforms.
2025-09-05 22:30:07 +02:00
..
build-package.sh feat(distribution): add clean package build system 2025-09-03 20:24:59 +02:00
cleanup_debug.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
create-service.sh feat(deployment): replace monster scripts with modular helper scripts (#87) 2025-09-03 22:12:58 +02:00
health-check.sh feat(deployment): replace monster scripts with modular helper scripts (#87) 2025-09-03 22:12:58 +02:00
manual_mail_test.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
production_test_sequence.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
setup-directories.sh feat(deployment): replace monster scripts with modular helper scripts (#87) 2025-09-03 22:12:58 +02:00
setup-user.sh feat(deployment): replace monster scripts with modular helper scripts (#87) 2025-09-03 22:12:58 +02:00
setup_env.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
start.sh feat(service): implement PID-file based service management (DAW/furt#100) 2025-09-05 22:30:07 +02:00
stress_test.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
sync-files.sh feat(deployment): replace monster scripts with modular helper scripts (#87) 2025-09-03 22:12:58 +02:00
test_auth.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_curl.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_modular.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
test_smtp.sh refactor: clean repository structure for v0.1.0 open source release 2025-08-14 09:36:55 +02:00
validate-config.sh feat(deployment): replace monster scripts with modular helper scripts (#87) 2025-09-03 22:12:58 +02:00