: July 2019
How to run Gotify as a systemd service.

vi /etc/systemd/system/gotify.service systemctl daemon-reload systemctl start gotify Simple as that! Check Gotify is running with the systemctl status gotify command, and if all is well, start Gotify at boot with systemctl enable gotify
Read more »