diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-23 01:46:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-23 01:46:53 +0000 |
commit | 9fe5982c86c31373cec631f1e5b926fd1103908d (patch) | |
tree | cca1c90bcb884480d0c6b59d7c9fcbadc2db8cc5 | |
parent | 7adedb517c297447d1bea16507b42a59cbb7011b (diff) | |
download | s6-9fe5982c86c31373cec631f1e5b926fd1103908d.tar.xz |
Replace LASTPID with ! in the init-stage1 example script
-rwxr-xr-x | examples/ROOT/etc/s6-init/init-stage1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ROOT/etc/s6-init/init-stage1 b/examples/ROOT/etc/s6-init/init-stage1 index ea946e9..dd6eb70 100755 --- a/examples/ROOT/etc/s6-init/init-stage1 +++ b/examples/ROOT/etc/s6-init/init-stage1 @@ -52,7 +52,7 @@ background redirfd -w 1 /service/s6-svscan-log/fifo # (blocks until the logger reads) /etc/s6-init/init-stage2 } -unexport LASTPID +unexport ! # Start stage 2. s6-svscan -t0 /service |