projecthorus / horusdemodlib

High Altitude Balloon Telemetry Library
GNU Lesser General Public License v2.1
55 stars 26 forks source link

Add systemd service file. #33

Open sp3rat opened 3 years ago

sp3rat commented 3 years ago

Hello Mark. Recently I became interested in your "horusdemodlib" program to receive 4fsk signals on RPI4. My RPI is without a monitor. I communicate with her via ssh from my big PC. How can I run "start_rtlsdr.sh" in the background, without the monitor, with the console closed? Now, when they close the console, the programm stops. Jurek

darksidelemm commented 3 years ago

The really 'dumb' way to do it is here: https://github.com/projecthorus/horusdemodlib/wiki/1.2--Raspberry-Pi-'Headless'-RX-Guide#5-startup-on-boot

I need to add a systemd service file so it can be started up on boot with systemd. like auto_rx.

sp3rat commented 3 years ago

Hi Mark. :) I made own systemd service file. It is working fine. It was simply. Thank you. Jurek

edegraaff commented 1 year ago

Hi Mark. :) I made own systemd service file. It is working fine. It was simply. Thank you. Jurek

Could you share it? saves others time :-) the simple approach of Mark does work btw, but quick and dirty.