13 lines
249 B
Desktop File
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
|