2022-02-03 22:51:24 +01:00
|
|
|
[Unit]
|
|
|
|
Description=gotify service
|
|
|
|
Documentation=https://github.com/gotify/server
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=gotify
|
|
|
|
Group=gotify
|
2022-02-20 23:33:43 +01:00
|
|
|
ExecStart=/usr/bin/gotify-server
|
|
|
|
WorkingDirectory=/var/lib/gotify-server
|
2022-02-03 22:51:24 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|