view misc/gemma.service @ 4700:a0c320d89682

FA diagram: take latest available LDC. As we have to take currently not active bottlenecks into account: don't use the current LDC (which might not be available), but the latest available one.
author Sascha Wilde <wilde@intevation.de>
date Wed, 16 Oct 2019 16:50:36 +0200
parents f7a32b0b9235
children 42e7088824be
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

[Install]
WantedBy=multi-user.target