Open ThatOneCalculator opened 3 months ago
Is your syslog daemon running properly? You can check with systemctl status syslog.socket
. Removing Requires=syslog.socket
from the service file fixed this for me, though configuring syslog.socket
is probably a better solution. For me rsyslog wasn't aliased correctly so aliasing it to syslog.service
allowed syslog.socket
to start.
Works when running
RUST_LOG=debug /usr/local/sbin/illuminanced -d
, but the systemd service shows this: