aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/service/system
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-03-10 10:02:20 +0100
committerPS <p@0x53.net>2026-03-10 10:02:20 +0100
commitfc65817d840fb00c92e36a2c9f88937836e54bf1 (patch)
tree4bde8bf0bf0230a6bea61a781ea33c31cdc60d21 /src/lib/service/system
parent38029d98476b871a1a862681af6b364bfd5bf9ab (diff)
downloadgoetia-linux-init-fc65817d840fb00c92e36a2c9f88937836e54bf1.tar.gz
goetia-linux-init-fc65817d840fb00c92e36a2c9f88937836e54bf1.tar.bz2
goetia-linux-init-fc65817d840fb00c92e36a2c9f88937836e54bf1.zip
Fix shutdown after crash/finishHEADmaster
Diffstat (limited to 'src/lib/service/system')
-rwxr-xr-xsrc/lib/service/system/.s6-svscan/crash2
-rwxr-xr-xsrc/lib/service/system/.s6-svscan/finish2
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