docker-homebridge/rootfs/etc/s6-overlay/s6-rc.d/homebridge-log/run

6 lines
153 B
Text
Raw Normal View History

2024-04-30 08:31:10 +02:00
#!/command/with-contenv sh
[ -e /homebridge/homebridge.log ] || touch /homebridge/homebridge.log
exec tail -f --follow=name /homebridge/homebridge.log