Systemd - Python

2024-02-27 Thread Piers Rowan via luv-main
Hi there, I am playing with Python so I have an application to start and stop services as a GUI. I would prefer not to type sudo python /path/to/script.py as I might as well just use the command line. This is just a useful toy to me to help learn a bit about Python. I hope to add to it dow

Re: Systemd - Python

2024-02-27 Thread Brian May via luv-main
Piers Rowan via luv-main writes: > I am playing with Python so I have an application to start and stop > services as a GUI. > > I would prefer not to type sudo python /path/to/script.py as I might as > well just use the command line. > > This is just a useful toy to me to help learn a bit about