From fc65817d840fb00c92e36a2c9f88937836e54bf1 Mon Sep 17 00:00:00 2001 From: PS
Date: Tue, 10 Mar 2026 10:02:20 +0100 Subject: Fix shutdown after crash/finish --- src/lib/service/system/.s6-svscan/crash | 2 +- src/lib/service/system/.s6-svscan/finish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/service/system/.s6-svscan/crash b/src/lib/service/system/.s6-svscan/crash index 9fa8bd4..5cd06d7 100755 --- a/src/lib/service/system/.s6-svscan/crash +++ b/src/lib/service/system/.s6-svscan/crash @@ -7,4 +7,4 @@ fdmove -c 1 2 foreground { echo "s6-svscan crashed. Rebooting." } -linux-powertool -r +powertool -r diff --git a/src/lib/service/system/.s6-svscan/finish b/src/lib/service/system/.s6-svscan/finish index fa3654c..380ce36 100755 --- a/src/lib/service/system/.s6-svscan/finish +++ b/src/lib/service/system/.s6-svscan/finish @@ -6,4 +6,4 @@ fdmove -c 1 2 foreground { echo "s6-svscan exited. Rebooting." } -linux-powertool -r +powertool -r -- cgit v1.2.3