mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RnRmlOwner=' and 'RnRmlGroup=' directives to rd.conf(5). * Refactored the implementation of the 'Run Shell Command' ['RN'] RML to use runuser(1).
This commit is contained in:
6
lib/rd.h
6
lib/rd.h
@@ -222,10 +222,12 @@
|
||||
/*
|
||||
* Default System Identities
|
||||
*/
|
||||
#define RD_DEFAULT_AUDIO_OWNER "user"
|
||||
#define RD_DEFAULT_AUDIO_GROUP "users"
|
||||
#define RD_DEFAULT_AUDIO_OWNER "rivendell"
|
||||
#define RD_DEFAULT_AUDIO_GROUP "rivendell"
|
||||
#define RD_DEFAULT_PYPAD_OWNER "pypad"
|
||||
#define RD_DEFAULT_PYPAD_GROUP "pypad"
|
||||
#define RD_DEFAULT_RN_RML_OWNER "rivendell"
|
||||
#define RD_DEFAULT_RN_RML_GROUP "rivendell"
|
||||
#define RD_DEFAULT_LABEL "Default Configuration"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user