blob: 4e87bab05dc118427b237fa271a29862003d8644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Gotify Server
After=network.target
[Service]
Type=simple
User=gotify
Group=gotify
ExecStart=/usr/bin/gotify-server
[Install]
WantedBy=multi-user.target
|