Skip to content

Commit

Permalink
fix(alpine-base): runsvdir is now in /usr/sbin
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 9, 2024
1 parent a12c40e commit 78d09c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/src/alpine-base/rootfs/usr/local/bin/runit-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ onterm() {
}

trap onterm TERM INT HUP
/sbin/runsvdir -P /etc/service "log: ..........................................................................................................................................................................................................................................................................................................................................................................................................." &
/usr/sbin/runsvdir -P /etc/service "log: ..........................................................................................................................................................................................................................................................................................................................................................................................................." &
PID=$!
wait "${PID}"

0 comments on commit 78d09c1

Please sign in to comment.