Topic: [Chumby One] using a syslog server

Hello out there,
to send Chumby's log to my syslog server on CLI I use the command

/sbin/syslogd -l 1 -R 192.168.0.254

This works well but it does not survive a reboot.
How can I make it permanent?
Regards oliaros

Re: [Chumby One] using a syslog server

You could create a script called /psp/rfs1/userhook1; this is a real script so needs #!/bin/sh and chmod 755'ing.  It runs after the network has started up.

See https://wiki.chumby.com/index.php?title … userhook1.  Make sure the script terminates, otherwise booting won't complete!

Re: [Chumby One] using a syslog server

sweh wrote:

You could create a script called /psp/rfs1/userhook1; this is a real script so needs #!/bin/sh and chmod 755'ing.  It runs after the network has started up.

Thanks for the hint, it works like a charm!
Regards, oliaros