Systemd service to launch AppImage

Hello,
I have an Electron-based application and would need to run it as a service on Linux ARM system using systemd. When I start a service, application immediately exits although the same command would work and keep running when launching from terminal. In systemd unit file’s execPath I just have AppImage location with necessary arguments. Are there any specific commands to be used in this case?

I don’t know why your application exits immediately when it is started from systemd, sorry.