mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-01 20:51:15 +01:00
Page:
Changing PID file location
Pages
Audio filters in MP3 outputs
CTCSS
Changing PID file location
Channel usage statistics
Configuration essentials
Configuring Icecast outputs
Configuring MiriSDR devices
Configuring PulseAudio outputs
Configuring PulseAudio server
Configuring RTLSDR devices
Configuring SoapySDR devices
Configuring UDP outputs
Configuring channels for multichannel mode
Configuring channels for scan mode
Configuring file outputs
Configuring mixers
Configuring optional features
Configuring rawfile outputs
Disabling configuration sections
General configuration file structure
Grammar basics
Home
Icecast metadata updates in scan mode
Installation
Limiting channel bandwidth
Logging activity of scanned frequencies
Manual squelch setting
Multithreaded operation
NFM deemphasis
Notch filter
Running
Setting up your own Icecast server
Troubleshooting
Tweaking sampling rate and FFT size
3
Changing PID file location
Tomasz Lemiech edited this page 2021-10-18 23:41:17 +02:00
When the program is run in background, it stores its PID in the
/run/rtl_airband.pid file by default. This directory is usually not writable
for non-root users, so if you prefer to run RTLSDR-Airband on a non-privileged
user account, you may need to choose a different PID path. To do this, use
pidfile configuration option in the global section. Example:
pidfile = "/var/tmp/rtl_airband.pid";
Note: When RTLSDR-Airband is run as a systemd service of type simple (as described here), changing this option is not necessary. In this mode it's systemd's job to register the PID of the service. RTLSDR-Airband does not write a PID file in this case.
- Overview
- Installation
- Configuration essentials
- Grammar basics
- General configuration file structure
- Configuring devices
- Configuring channels
- Configuring outputs
- Configuring optional features
- Disabling configuration sections
- Changing PID file location
- Manual squelch setting
- CTCSS
- NFM deemphasis
- Audio filters in MP3 outputs
- Notch filter
- Limiting channel bandwidth
- Icecast metadata updates in scan mode
- Logging activity of scanned frequencies
- Channel usage statistics
- Tweaking sampling rate and FFT size
- Mixers
- Multithreaded operation
- Running
- Troubleshooting
- Configuring auxiliary software to work with RTLSDR-Airband