diff --git a/conf/systemd.service b/conf/systemd.service index 365f8c6..451f9c8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/gotify +ExecStart=__INSTALL_DIR__/gotify-linux-__ARCHITECTURE__ # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these diff --git a/manifest.toml b/manifest.toml index 9aa27a5..dc3d3f4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,7 +57,6 @@ ram.runtime = "50M" amd64.sha256 = "53ebd14063c36aba91844e9a7671a51b14878b4a1d8599c92dd8dbcc8e7d4527" i386.url = "https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-386.zip" i386.sha256 = "99db17eec0a1fa0a12ff3df463d77078a5114a57dbe1559e7a31e4c428ebe084" - rename = "gotify" [resources.system_user]