[Unit] Description=HACCP Google Sheets generator Docker Compose service Requires=docker.service After=docker.service network-online.target Wants=network-online.target [Service] Type=simple WorkingDirectory=/srv/http/marc-nomad-bufe-nyilvantartas ExecStart=/usr/bin/docker compose up --remove-orphans ExecStop=/usr/bin/docker compose down Restart=always RestartSec=10 TimeoutStartSec=0 TimeoutStopSec=120 [Install] WantedBy=multi-user.target