view misc/gemma.service @ 5252:aebe1a12e8b9 new-fwa

If looking at sections/stretches the bottleneck with the lowest class determines the class of the whole construct.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 13 May 2020 09:29:55 +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