- 
                Notifications
    You must be signed in to change notification settings 
- Fork 149
Changing PID file location
        Tomasz Lemiech edited this page Feb 8, 2018 
        ·
        3 revisions
      
    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