Author: Tom Date: To: dng Subject: [DNG] syslog-ng with openrc
I wanted to try out openrc, so I ran `apt install openrc` and rebooted
following the instructions in the install output.
After rebooting, I notice there is no logging anywhere on the system. I
find /etc/rc.config and enable rc.log but I still don't get any syslog.
I have syslog-ng-core installed but it doesn't show up in `rc-status
--all`. I can see it in `rc-service --list` and `rc-update show`. I can
also start the service manually with `rc-service syslog-ng start` but it
will be stopped again after a reboot.
Is there anything I might have missed in the migration to openrc? I
couldn't see anything useful in openrc documentation.