svlogd not logging any output
In the dnscrypt-proxy-runit package there is a logging script which should log to /var/log/dnscrypt-proxy
Once I made the folder and gave it the correct permissions, it populated with current and lock, which makes sense and is what I expected.
However, svlogd never actually writes to current.
Looking under ps waxl, I can see svlogd running fine. Good
I can also see the output of dnscrypt-proxy, but instead in the output of runsvdir (truncated below)
runsvdir -P /run/runit/service log: 3:58] [NOTICE] [publicarray-au] OK (DNSCrypt) - rtt:
the logging script that comes with the runit scripts:
#!/bin/sh
exec chpst -u dnscrypt:dnscrypt svlogd -t /var/log/dnscrypt-proxy
and still current is empty.
Anyone expereince this and know of a solution?