view misc/gemma.service @ 5024:36a3dce20232

Amend import log Currently, we cannot distinguish both cases since both just end up in INSERTing no row.
author Tom Gottfried <tom@intevation.de>
date Mon, 16 Mar 2020 17:11:53 +0100
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