mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Changed installation location of caed(8), ripcd(8), rdcatchd(8) and rdrepld(8) from '@prefix@/bin' to '@prefix@/sbin'. * Removed code to detach from controlling terminal after startup from caed(8), ripcd(8), rdcatchd(8) and rdrepld(8). * Removed code to manage dropbox instances from rdcatchd(8). * Removed code to start service daemons automatically from user modules. * Added rdservice(8).
This commit is contained in:
5
lib/rd.h
5
lib/rd.h
@@ -35,10 +35,7 @@
|
||||
/*
|
||||
* PID File Locations
|
||||
*/
|
||||
#define RD_PID_DIR "/var/run/rivendell"
|
||||
#define RD_CAED_PID "/var/run/rivendell/caed.pid"
|
||||
#define RD_RIPCD_PID "/var/run/rivendell/ripcd.pid"
|
||||
#define RD_RDCATCHD_PID "/var/run/rivendell/rdcatchd.pid"
|
||||
#define RD_PID_DIR "/var/run"
|
||||
|
||||
/*
|
||||
* Where audio gets stored
|
||||
|
||||
Reference in New Issue
Block a user