Ubuntu systemd custom service failing with python script
问题 Would like to get some help with systemd daemon service in Ubuntu. I have a python script I wrote to disable the touchscreen on a Dell XPS which is more of a problem than a useful feature. The script works but I don't want to have to launch it all the time which is why the idea came to my head to write a service file and have systemd launch it for me on startup. The issue I run into is "(code=exited, status=1/FAILURE)". This is my first time and I did a little bit of research before I tried