Files
watermaps/deploy/systemd/watermaps-route-update.service
T
BuTzZ 2064570913
Test and publish container images / test (push) Successful in 2m43s
Test and publish container images / publish (push) Successful in 2m56s
Automate immutable production deployments
2026-07-29 13:00:50 +02:00

18 lines
612 B
Desktop File

[Unit]
Description=Watermaps Deutschland-/Niederlande-Routing- und Ereignisdaten aktualisieren
Wants=network-online.target
After=network-online.target docker.service watermaps-volume-setup.service
Requires=docker.service
RequiresMountsFor=/srv/watermaps-data
[Service]
Type=oneshot
WorkingDirectory=/opt/watermaps/current
Environment=WATERMAPS_ENV_FILE=/opt/watermaps/deploy/.env.production
Environment=WATERMAPS_IMAGES_ENV_FILE=/opt/watermaps/deploy/.env.images
ExecStart=/opt/watermaps/current/deploy/scripts/update-route-data.sh
TimeoutStartSec=0
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=7