skyview/debian/DEBIAN
Ole-Morten Duesund 779384b748 fix: Correct systemd configuration and Debian package setup
- Fix database update service to include config path parameter
- Move ConditionACPower from [Timer] to [Unit] section in timer config
- Add database directory to ReadWritePaths in main service
- Set explicit database path in Debian package config template
- Simplify postinst script to be quiet and use consistent skyview-adsb user
- Update README.Debian with comprehensive systemd service documentation
- Remove confusing dual-user setup in favor of single skyview-adsb user

SystemD Configuration Summary:
- Main service: skyview-adsb.service with database pre-update
- Database service: skyview-database-update.service (oneshot)
- Weekly timer: skyview-database-update.timer (Sunday 3AM with randomization)
- All services use skyview-adsb user consistently
- Database path: /var/lib/skyview-adsb/skyview.db
- Config path: /etc/skyview-adsb/config.json

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 19:59:29 +02:00
..
conffiles Rename Debian package from skyview to skyview-adsb 2025-08-25 08:23:11 +02:00
control Bump version to 0.0.8 2025-08-31 11:43:57 +02:00
postinst fix: Correct systemd configuration and Debian package setup 2025-08-31 19:59:29 +02:00
postrm Rename Debian package from skyview to skyview-adsb 2025-08-25 08:23:11 +02:00
prerm Fix issue #21 and add aircraft position tracking indicators 2025-08-31 11:25:42 +02:00