back-end ustreamer, GPS, timelapse, and photo-refresh site working

This commit is contained in:
2025-07-27 15:10:11 -07:00
parent 7496df0174
commit b740ba9991
22 changed files with 443 additions and 99 deletions

View File

@ -0,0 +1,16 @@
[Unit]
Description=GPS Monitoring Service
After=network.target
[Service]
Type=simple
WorkingDirectory={{ gps_service_directory }}
ExecStart={{ gps_service_directory }}/venv/bin/python3 {{ gps_service_directory }}/app.py
Restart=always
User=root
Group=root
Environment="PATH={{ gps_service_directory }}/venv/bin"
Environment="VIRTUAL_ENV={{ gps_service_directory }}/venv"
[Install]
WantedBy=multi-user.target