view misc/gemma.service @ 4990:16259efa828f

Dont try to download from WFS if they dont have features.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 05 Mar 2020 17:56:08 +0100
parents 42e7088824be
children
line wrap: on
line source

[Unit]
Description=Gemma Server
After=network.target

[Service]
Type=simple
ExecStart=/home/gemma/gemma/cmd/gemma/gemma -c /home/gemma/gemma.toml
User=gemma
Group=gemma
Restart=on-failure

[Install]
WantedBy=multi-user.target