debmaker/ressources/gotify/rootfs/etc/systemd/system/gotify.service
thomas b69d1ee47f Add gotify
optimize apt without recommends packages
add package dpkg fakeroot when needed
2022-02-20 23:33:43 +01:00

13 lines
249 B
Desktop File

[Unit]
Description=gotify service
Documentation=https://github.com/gotify/server
After=network.target
[Service]
User=gotify
Group=gotify
ExecStart=/usr/bin/gotify-server
WorkingDirectory=/var/lib/gotify-server
[Install]
WantedBy=multi-user.target