Hi,
I've noticed that after running the bluetooth-autoconnect script in daemon mode it is visible as "python3" in processes list. Is it possible somehow to change the process name to e.g. bluetooth-autoconnect or python3/bluetooth-autoconnect (permanently e.g. by modifying script file)?
Currently the only way to check if the script is running is to use ps u -C python3 command but it won't show other processes.
Hi, I've noticed that after running the
bluetooth-autoconnect
script in daemon mode it is visible as "python3" in processes list. Is it possible somehow to change the process name to e.g.bluetooth-autoconnect
orpython3/bluetooth-autoconnect
(permanently e.g. by modifying script file)?Currently the only way to check if the script is running is to use
ps u -C python3
command but it won't show other processes.