feat: init
This commit is contained in:
commit
b1bfed4a2d
19 changed files with 176 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
setup
|
||||
homebridge
|
5
rootfs/etc/s6-overlay/s6-rc.d/homebridge-log/run
Executable file
5
rootfs/etc/s6-overlay/s6-rc.d/homebridge-log/run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/command/with-contenv sh
|
||||
|
||||
[ -e /homebridge/homebridge.log ] || touch /homebridge/homebridge.log
|
||||
|
||||
exec tail -f --follow=name /homebridge/homebridge.log
|
1
rootfs/etc/s6-overlay/s6-rc.d/homebridge-log/type
Normal file
1
rootfs/etc/s6-overlay/s6-rc.d/homebridge-log/type
Normal file
|
@ -0,0 +1 @@
|
|||
longrun
|
Loading…
Add table
Add a link
Reference in a new issue