On Aug 13, 2019, at 03:13, Stan Fotinos wrote:
> I think there have been discussions about changing this in Rivendell version
> 3.
And indeed it has been! In Rivendell 3.x ONLY, the user/group used to run RN
commands can be specified in the ‘[Identity]’ section of rd.conf(5).
Cheers!
|
Hi Leon
Rivendell's RN command uses the Rivendell default user to run scripts.
One way around this is to place script in the /bin directory as you have
in method 2. I think there have been discussions about changing this in
Rivendell version 3.
Thanks
Stan
On 13/08/2019 2:20 pm, le père Lé
Trying the RN macro (from a terminal) with 2 methods :
1/ trying to launch a system command (with 1 argument)
$ rmlsend "RN touch /tmp/test_rd_from_command!"
-> does not create the file
2/ trying to launch a script
$ cat >/my/path/myscript < does create the file
What's wrong with the first meth