docker-homebridge/rootfs/etc/s6-overlay/s6-rc.d/homebridge-log/run
2024-04-30 08:31:10 +02:00

5 lines
153 B
Text
Executable file

#!/command/with-contenv sh
[ -e /homebridge/homebridge.log ] || touch /homebridge/homebridge.log
exec tail -f --follow=name /homebridge/homebridge.log