Hi,
I noticed that /var/log/dmesg.log is empty even though I have local-dmesg enabled. I think the problem is the --console-off parameter in the service definition:
I noticed that /var/log/dmesg.log is empty even though I have local-dmesg enabled. I think the problem is the --console-off parameter in the service definition:
[environment]
cmd_args=!--console-off -T
cmd_log=!/var/log/dmesg.log
Changing this to[environment]
cmd_args=!-T
cmd_log=!/var/log/dmesg.log
fixes it and dmesg.log gets filled with logs.