This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/loki-server.service

14 lines
288 B
Desktop File

[Unit]
Description=Dockerised web server
After=docker.service
[Service]
WorkingDirectory=/root/Loki
Environment="COMPOSE_HTTP_TIMEOUT=300"
ExecStart=/usr/bin/docker-compose up
ExecStop=/usr/bin/docker-compose down
Restart=always
TimeoutStopSec=10min
[Install]
WantedBy=multi-user.target