mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
14 lines
281 B
Desktop File
14 lines
281 B
Desktop File
[Unit]
|
|
Description=Gotify a simple server for sending and receiving messages
|
|
After=network.target
|
|
After=mysql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
ExecStart=__FINALPATH__/gotify-linux-amd64
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|