view misc/gemma.service @ 5400:983d6efc04e9

Added report-templates to release tar.
author wilde@azure1.rgb.intevation.de
date Wed, 07 Jul 2021 18:41:53 +0200
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