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
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