Adding a GTK application to startup using systemd.
Hello,I'm trying to add a python GTK application I created to the startup using systemd.In order to do so I created the following gatewayservice.service file:[Unit] Description=Gateway service Requires=graphical.target After=graphical.target [Servi...