view misc/gemma.service @ 4450:41dd97f8c905

Constrain threshold for availability of gauges measurements to 14 days Only measurements within the last 14 days are taken into account. Therefore, a higher threshold makes no sense.
author Tom Gottfried <tom@intevation.de>
date Fri, 20 Sep 2019 13:33:23 +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