diff options
| author | PS <p@0x53.net> | 2026-07-22 13:07:30 +0200 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-07-22 13:07:30 +0200 |
| commit | a39e6c22d04ce850ba48c1c8c7e610319d370e1f (patch) | |
| tree | 1b8a3561e91cdc3b578a4db46a11610a42e774a3 /src/lib/service/user/goetia-shutdown | |
| parent | c4c767808609fe00cb7efadbd820a8fd8606a274 (diff) | |
| download | goetia-base-a39e6c22d04ce850ba48c1c8c7e610319d370e1f.tar.gz goetia-base-a39e6c22d04ce850ba48c1c8c7e610319d370e1f.tar.bz2 goetia-base-a39e6c22d04ce850ba48c1c8c7e610319d370e1f.zip | |
Diffstat (limited to 'src/lib/service/user/goetia-shutdown')
| -rwxr-xr-x | src/lib/service/user/goetia-shutdown/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/service/user/goetia-shutdown/run b/src/lib/service/user/goetia-shutdown/run index e13d016..a8018a6 100755 --- a/src/lib/service/user/goetia-shutdown/run +++ b/src/lib/service/user/goetia-shutdown/run @@ -16,5 +16,5 @@ foreground { s6-rc -l @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/s6-rc -v2 -b -da -t@timeout@ change } -foreground { s6-svc -h @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service/s6-svscan-log } +foreground { s6-svc -d @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service/s6-svscan-log } foreground { s6-svscanctl -t @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service } |
