A script and systemd service to automatically start a recording process on boot. The script prepares a timestamp variable for use in log or recording filenames.
cd recorder
./install_service.sh
# Edit /etc/recorder.conf and set configuration options, then restart the service
sudo systemctl restart recorder.serviceAfter making changes to the script or service file, reinstall:
./install_service.sh./uninstall_service.shEdit /etc/recorder.conf to override defaults or add options:
sudo vim /etc/recorder.confAfter changing the config, restart the service:
sudo systemctl restart recorder.service