Skip to content

Commit

Permalink
S6 (#175)
Browse files Browse the repository at this point in the history
* initial

* fix service
  • Loading branch information
fredclausen authored Aug 28, 2023
1 parent d1f854e commit 121257c
Show file tree
Hide file tree
Showing 42 changed files with 25 additions and 22 deletions.
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/01-show-rbfeeder-changelog/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/01-show-rbfeeder-changelog
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/02-rbfeeder/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/02-rbfeeder/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/02-rbfeeder
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/03-show-architecture/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/03-show-architecture/up
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/03-show-architecture
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/978json-splitter/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/978json-splitter
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/978json-splitter/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/rbfeeder-log/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/rbfeeder-log
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/rbfeeder-log/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/rbfeeder/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/rbfeeder
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/rbfeeder/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/stats/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/stats
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/stats/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.
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

# Check to make sure the correct command line arguments have been set
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
set -eo pipefail

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
#shellcheck disable=SC2016

Expand Down
File renamed without changes.
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

sleep $((STATS_INTERVAL_MINUTES * 60))
Expand Down
18 changes: 0 additions & 18 deletions rootfs/etc/services.d.disabled/cpu-serial-workaround-checker/run

This file was deleted.

0 comments on commit 121257c

Please sign in to comment.