view misc/gemma.service @ 4520:aeb2aedd3abd

Fix deletion of stretches on import More than one stretch can be imported at once using shapefile upload. Deletion of multiple superseeded stretches failed on acceptance of the import due to subqueries returning more than one entry.
author Tom Gottfried <tom@intevation.de>
date Fri, 04 Oct 2019 19:29:28 +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