ponysearch-docker/searxng-docker.service.template
Alexandre Flament 914e6e3159 Remove scripts
2022-04-20 20:33:20 +02:00

14 lines
296 B
Text

[Unit]
Description=SearXNG service
Requires=docker.service
After=docker.service
[Service]
Restart=on-failure
WorkingDirectory=/usr/local/searxng-docker
ExecStart=/usr/local/bin/docker-compose up --remove-orphans
ExecStop=/usr/local/bin/docker-compose down
[Install]
WantedBy=multi-user.target