use shotdown instead of hpr in .s6-svscan/SIGFOO
this is to bring them into line with what more recent s6-init-linux-maker creates
This commit is contained in:
parent
a0bd250963
commit
7c9297f91d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ let
|
|||
'';
|
||||
shutdown = action: ''
|
||||
#!${execline}/bin/execlineb -P
|
||||
${s6-linux-init}/bin/s6-linux-init-hpr -a #{action} -- now
|
||||
${s6-linux-init}/bin/s6-linux-init-shutdown -a #{action} -- now
|
||||
'';
|
||||
empty = "#!${execline}/bin/execlineb -P\n";
|
||||
in dir {
|
||||
|
|
Loading…
Reference in a new issue