MMDVMHost-Private/linux
Jonathan Naylor f5a70aa6ce Fix execute permissions on DMR ID updates from BM. 2018-10-03 09:04:51 +01:00
..
init Added missing quotes in test cmd. 2016-08-21 12:05:36 +02:00
systemd Update README.md 2016-08-15 09:42:03 +01:00
DMRIDUpdate.sh Change URL database DMR ID 2018-05-29 10:34:49 +02:00
DMRIDUpdateBM.sh Fix execute permissions on DMR ID updates from BM. 2018-10-03 09:04:51 +01:00
README.md Update README.md in linux sub-directory 2017-07-02 17:32:40 +01:00
docker-compose.yml Update docker-compose.yml 2018-01-06 16:51:47 +01:00
tg_shutdown.sh Add log monitoring shutdown script 2017-07-02 17:13:48 +01:00

README.md

Linux Scripts

This directory (and its sub-directories) contain various third-party Linux shell scripts that have been written to provide certain system administration functions.

These are:

DMRIDUpdate.sh (and DMRIDUpdateBM.sh)

Updates the DMRIds.dat file periodically from a cron job. The only difference between the two scripts is the source of the data.

tg_shutdown.sh

Automated shutdown on receipt of a specific talkgroup. The script relies on at least a file loglevel of 2.

Daemon Startup Scripts

In the subfolders here you will find start scripts for running MMDVMHost as a daemon on Linux systems using either
systemd or init for their boot.

In both cases the scripts are fully functional providing the usual start / stop / status etc.

These have been writting specifically for Raspbian Wheezy (init) and Rasbian Jessie (systemd) although there is
no reason that they shouldnt work on many other distributions.