1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00
gotify_ynh/conf/systemd.service
2020-06-09 22:04:31 +02:00

14 lines
292 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-__ARCHITECTURE__
[Install]
WantedBy=multi-user.target