diff options
| author | PS <p@0x53.net> | 2026-02-07 10:16:45 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-07 10:16:45 +0100 |
| commit | f7df2f7bb6abbea365cccb1345dcf1a1b7a80797 (patch) | |
| tree | 2bead70379ffd134fb4190c9564b37c5c68cf581 /src/lib/service/system/.s6-svscan | |
| parent | 980c5408489a3a3a56e49c3873f1bce6a0155cad (diff) | |
| download | goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.tar.gz goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.tar.bz2 goetia-base-f7df2f7bb6abbea365cccb1345dcf1a1b7a80797.zip | |
Improve usertree shutdown; improve system .s6-svscan directory
Diffstat (limited to 'src/lib/service/system/.s6-svscan')
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGINT | 5 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGPWR | 5 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGQUIT | 2 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGTERM | 2 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGUSR1 | 5 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGUSR2 | 5 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/SIGWINCH | 2 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/crash | 10 | ||||
| -rwxr-xr-x | src/lib/service/system/.s6-svscan/finish | 9 |
9 files changed, 0 insertions, 45 deletions
diff --git a/src/lib/service/system/.s6-svscan/SIGINT b/src/lib/service/system/.s6-svscan/SIGINT deleted file mode 100755 index 7b00dd5..0000000 --- a/src/lib/service/system/.s6-svscan/SIGINT +++ /dev/null @@ -1,5 +0,0 @@ -#!@shebangdir@/execlineb -P - -# ISC license. - -system-shutdown -r diff --git a/src/lib/service/system/.s6-svscan/SIGPWR b/src/lib/service/system/.s6-svscan/SIGPWR deleted file mode 100755 index b7e4956..0000000 --- a/src/lib/service/system/.s6-svscan/SIGPWR +++ /dev/null @@ -1,5 +0,0 @@ -#!@shebangdir@/execlineb -P - -# ISC license. - -system-shutdown -p diff --git a/src/lib/service/system/.s6-svscan/SIGQUIT b/src/lib/service/system/.s6-svscan/SIGQUIT deleted file mode 100755 index 4d6fd2f..0000000 --- a/src/lib/service/system/.s6-svscan/SIGQUIT +++ /dev/null @@ -1,2 +0,0 @@ -#!@shebangdir@/execlineb -P - diff --git a/src/lib/service/system/.s6-svscan/SIGTERM b/src/lib/service/system/.s6-svscan/SIGTERM deleted file mode 100755 index 4d6fd2f..0000000 --- a/src/lib/service/system/.s6-svscan/SIGTERM +++ /dev/null @@ -1,2 +0,0 @@ -#!@shebangdir@/execlineb -P - diff --git a/src/lib/service/system/.s6-svscan/SIGUSR1 b/src/lib/service/system/.s6-svscan/SIGUSR1 deleted file mode 100755 index b7e4956..0000000 --- a/src/lib/service/system/.s6-svscan/SIGUSR1 +++ /dev/null @@ -1,5 +0,0 @@ -#!@shebangdir@/execlineb -P - -# ISC license. - -system-shutdown -p diff --git a/src/lib/service/system/.s6-svscan/SIGUSR2 b/src/lib/service/system/.s6-svscan/SIGUSR2 deleted file mode 100755 index cf21071..0000000 --- a/src/lib/service/system/.s6-svscan/SIGUSR2 +++ /dev/null @@ -1,5 +0,0 @@ -#!@shebangdir@/execlineb -P - -# ISC license. - -system-shutdown -h diff --git a/src/lib/service/system/.s6-svscan/SIGWINCH b/src/lib/service/system/.s6-svscan/SIGWINCH deleted file mode 100755 index 4d6fd2f..0000000 --- a/src/lib/service/system/.s6-svscan/SIGWINCH +++ /dev/null @@ -1,2 +0,0 @@ -#!@shebangdir@/execlineb -P - diff --git a/src/lib/service/system/.s6-svscan/crash b/src/lib/service/system/.s6-svscan/crash deleted file mode 100755 index 9fa8bd4..0000000 --- a/src/lib/service/system/.s6-svscan/crash +++ /dev/null @@ -1,10 +0,0 @@ -#!@shebangdir@/execlineb -P - -# ISC license. - -redirfd -w 2 /dev/console -fdmove -c 1 2 - -foreground { echo "s6-svscan crashed. Rebooting." } - -linux-powertool -r diff --git a/src/lib/service/system/.s6-svscan/finish b/src/lib/service/system/.s6-svscan/finish deleted file mode 100755 index fa3654c..0000000 --- a/src/lib/service/system/.s6-svscan/finish +++ /dev/null @@ -1,9 +0,0 @@ -#!@shebangdir@/execlineb -P - - -redirfd -w 2 /dev/console -fdmove -c 1 2 - -foreground { echo "s6-svscan exited. Rebooting." } - -linux-powertool -r |
