reynico / raspberry-websdr

Raspberry PI based WebSDR server
107 stars 21 forks source link

websdr@40.service #1

Closed nicephore closed 6 months ago

nicephore commented 1 year ago

Hi

websdr@40.service

Bruno - F1TRN

nicephore commented 1 year ago

Thanks And coold you send me the websdr@80.service

reynico commented 1 year ago

Hi! websdr@.service is a dynamic systemd unit, meaning that it accepts a parameter after the @ symbol and passes the parameter to the unit itself. So there's no "websdr@40.service" file (or any other band-specific file), rather you just start it (as long as you've copied the websdr@.service into /etc/systemd/system/)

for 160m reception:

sudo systemctl start websdr@160.service

for 80m reception:

sudo systemctl start websdr@80.service

for 40m reception:

sudo systemctl start websdr@40.service