Skip to content

Commit

Permalink
Merge pull request #40 from sdr-enthusiasts/s6
Browse files Browse the repository at this point in the history
s6
  • Loading branch information
fredclausen authored Aug 29, 2023
2 parents 787d004 + 9625ac3 commit 433af1d
Show file tree
Hide file tree
Showing 27 changed files with 21 additions and 6 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/50-radarvirtuel/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-radarvirtuel/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/50-radarvirtuel
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/55-mlat-client/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/55-mlat-client/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/55-mlat-client
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/imalive/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/imalive
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/imalive/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/mlat-client/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/mlat-client
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/mlat-client/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/radarvirtuel/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/radarvirtuel
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/radarvirtuel/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.
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=SC1091,SC2015,SC2145

source /scripts/common
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=SC1091,SC2015,SC2145

source /scripts/common
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=SC1091,SC2015,SC2145

source /scripts/common
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=SC1091,SC2015,SC2145

source /scripts/common
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=SC1091,SC2015,SC2145

source /scripts/common
Expand Down
2 changes: 1 addition & 1 deletion rootfs/home/healthcheck/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/command/with-contenv bash

# Import healthchecks-framework
source /opt/healthchecks-framework/healthchecks.sh
Expand Down

0 comments on commit 433af1d

Please sign in to comment.