systemD
by kzo81 from LinuxQuestions.org on (#5P62K)
Hi,
I wrote a GPS daemon in python for a Quectel module.
https://github.com/kerzol81/dragon/blob/main/quectel.py
This is the service file for that:
https://github.com/kerzol81/dragon/b...uectel.service
For some reason - I guess something's wrong with my python code. The systemctl restart/start/status quectel.service commands doesn't give me back the prompt, however it restarts/starts/status the process.
And the dot is not green when during the running. Do you have any idea?
I wrote a GPS daemon in python for a Quectel module.
https://github.com/kerzol81/dragon/blob/main/quectel.py
This is the service file for that:
https://github.com/kerzol81/dragon/b...uectel.service
For some reason - I guess something's wrong with my python code. The systemctl restart/start/status quectel.service commands doesn't give me back the prompt, however it restarts/starts/status the process.
And the dot is not green when during the running. Do you have any idea?