Run a GUI application on startup using Services with restart always
0
votes
1
answer
49
views
After creating an
electron
application that starts in full screen mode, how do i have it start on machine startup using a **service**, and always stay alive? When I tried running the app using a service, the app didn't start in full screen mode. The problem with using .desktop
unit file is that the restart=always
option isn't available. It seems that using services for GUI apps doesn't work well on system startup.
Asked by Amitai Fensterheim
(101 rep)
Jan 30, 2025, 10:13 AM