gsb2024/roles/gotify/templates/gotify.service.j2
2024-01-20 20:22:03 +01:00

14 lines
186 B
Django/Jinja

[Unit]
Description=Gotify Server
After=network.target
[Service]
Type=simple
User=root
ExecStart=/opt/gotify/gotify-linux-amd64
Restart=on-failure
[Install]
WantedBy=multi-user.target