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

15 lines
281 B
SYSTEMD
Raw Normal View History

2019-02-16 15:00:20 +01:00
[Unit]
2019-02-17 19:07:15 +01:00
Description=Gotify a simple server for sending and receiving messages
2019-02-16 15:00:20 +01:00
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