1.0 KiB
1.0 KiB
Service Autostart Implementation Plan
Goal: Make both store_dwell_alert_108 and people_flow_project install into a systemd-managed service that starts immediately after install and automatically starts on boot.
Scope:
- Add dependency checks and auto-install for lightweight system packages.
- Generate local runtime config from editable script variables.
- Install and start
systemdservices from project-local templates. - Add Chinese README files to both projects.
- Rebuild distributable archives after the changes.
Execution Steps:
- Update
store_dwell_alert_108scripts to auto-install missing system packages, prepare config, install service, andenable --now. - Add a dedicated Chinese deployment README to
store_dwell_alert_108. - Refactor
people_flow_projectto use a generated local config, a foregroundrun.sh, and asystemdservice template. - Add a dedicated Chinese deployment README to
people_flow_project. - Validate script and Python entrypoint behavior.
- Rebuild both project archives.