Files
api/services/nginx/app/resources/edge-gateway-agent/truckwash-edge-gateway-stack.service
T

17 lines
473 B
Desktop File

[Unit]
Description=TruckWash Edge Gateway Compose Stack
After=network-online.target docker.service
Wants=network-online.target docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/opt/truckwash-edge-agent
ExecStart=/opt/truckwash-edge-agent/gateway-launcher.sh up
ExecReload=/opt/truckwash-edge-agent/gateway-launcher.sh reconcile
ExecStop=/opt/truckwash-edge-agent/gateway-launcher.sh down
TimeoutStartSec=900
[Install]
WantedBy=multi-user.target