diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-03 23:29:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-03 23:29:22 +0000 |
commit | bcb2bb4b6ee85f19c80472df9b44eff0c4016e7b (patch) | |
tree | 55f0c27f82b3a13e5f4f76f3a8f09796239e5769 /examples/ROOT/etc/s6-init | |
parent | 3c933c332b037f427c123f2cf958b717c5f1605a (diff) | |
download | s6-bcb2bb4b6ee85f19c80472df9b44eff0c4016e7b.tar.xz |
- fix the LOGSCRIPT in examples/.../syslogd-linux/log
- fix comments in a few examples/.../README
- add a /var symlink in examples/ROOT
Diffstat (limited to 'examples/ROOT/etc/s6-init')
-rwxr-xr-x | examples/ROOT/etc/s6-init/init-stage2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ROOT/etc/s6-init/init-stage2 b/examples/ROOT/etc/s6-init/init-stage2 index ad6d8ce..58ac98d 100755 --- a/examples/ROOT/etc/s6-init/init-stage2 +++ b/examples/ROOT/etc/s6-init/init-stage2 @@ -8,11 +8,11 @@ if -nt { -# This should be logged in /tmp/uncaught-logs/current, +# This should be logged in /mnt/tmpfs/uncaught-logs/current, # NOT on /dev/console ! if { s6-echo "* init-stage2 starting." } -# Call your one-time EARLY initialization scripts (before bringing +# Call your one-time early initialization scripts (before bringing # the network up) here: # set the hostname, mount filesystems, adjust sysctls, etc. # if { s6-mount -wt devpts -o noexec,nosuid,gid=0,mode=0600 devpts /dev/pts } |