Skip to content

Commit

Permalink
fix biastee (#167)
Browse files Browse the repository at this point in the history
During the startup stuff simplification this script was missed as it's
not present in the git but pulled in from the Dockerfile

Got the oneshot service files for the biastee stuff back and made readsb
depend on it for guaranteed ordering.
  • Loading branch information
wiedehopf authored Mar 20, 2024
1 parent beff68b commit 3866b0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/09-rtlsdr-biastee/down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/09-rtlsdr-biastee-down
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/09-rtlsdr-biastee/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oneshot
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/09-rtlsdr-biastee/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/09-rtlsdr-biastee-init
Empty file.

0 comments on commit 3866b0c

Please sign in to comment.