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/bin/system-shutdown-daemon | |
| 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/bin/system-shutdown-daemon')
| -rwxr-xr-x | src/bin/system-shutdown-daemon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/system-shutdown-daemon b/src/bin/system-shutdown-daemon index 6419bfb..9e6850e 100755 --- a/src/bin/system-shutdown-daemon +++ b/src/bin/system-shutdown-daemon @@ -5,7 +5,7 @@ tryexec { ./stage3b } if -n { - foreground { echo "\nsystem-shutdown!\n" } + foreground { echo "\nshutdown\n" } foreground { s6-rc -l @tmpfsdir@/@sysrundir@/s6-rc -v2 -b -Da -t@timeout@ change } foreground { pipeline { ls -1 @tmpfsdir@/@sysrundir@/service/ } |
