Hi Team, I am trying to log the prints coming from daemons like dropbear using s6-log, but couldn't make it. Am I missing something? drop bear service and log run files are as below. :~# cat source/dropbear-service/run #! /bin/execlineb -P fdmove -c 2 1 /usr/sbin/dropbear -F :~# cat source/dropbear-log/run #!/bin/execlineb -P foreground { mkdir -p /var/logs/dropbear } s6-log -b n7 s1999864 T /var/logs/dropbear :~# Thanks chaitanya