Skip to content

Commit

Permalink
Merge pull request #60 from sdr-enthusiasts/s6
Browse files Browse the repository at this point in the history
s6 migration
  • Loading branch information
rikgale authored Aug 31, 2023
2 parents 8b08de8 + a06fb76 commit 4adde13
Show file tree
Hide file tree
Showing 26 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/50-vrs/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/50-vrs/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/50-vrs
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/60-marker/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/60-marker/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/60-marker
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/61-layer/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/61-layer/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/61-layer
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/autoupdate/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/autoupdate
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/autoupdate/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/vrs/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/vrs
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/vrs/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2034,SC2164,SC2015

APPNAME="$(hostname)/vrs-init"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

APPNAME="$(hostname)/vrs-ccmarker"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash

APPNAME="$(hostname)/vrs-cclayer"
Expand Down
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/autoupdate/run → rootfs/etc/s6-overlay/scripts/autoupdate
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2128

APPNAME="$(hostname)/autoupdate"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015

APPNAME="$(hostname)/vrs-runtime"
Expand Down

0 comments on commit 4adde13

Please sign in to comment.