Skip to content
Snippets Groups Projects
Commit 4d5f3459 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

update skel

parent 2a07db1e
No related branches found
No related tags found
No related merge requests found
#!@BINDIR@/sh -e
## It's the responsability of the sysadmin to properly define
## the configuration file. By default /etc/66/boot.conf or
## instructed by 66-boot via the -f option.
## the configuration file. By default /etc/66/init.conf or
## instructed by 66-boot via the -s option(see 66-boot documentation).
CONF="$1"
source "$CONF"
echo [Starting stage2 process ...] 1>/dev/console
echo [Starting stage2 process ...] 1>&/dev/console
# initiate the database service
echo [Initiate db of tree ${TREE}]
......
#!@BINDIR@/sh -e
## It's the responsability of the sysadmin to properly define
## the configuration file. By default /etc/66/boot.conf or
## instructed by 66-boot via the -f option.
## the configuration file. By default /etc/66/init.conf or
## instructed by 66-boot via the -s option(see 66-boot documentation).
CONF="$1"
source "$CONF"
## By default the output goes to the uncaught-logs at
## /run/66/log/0/current
## If you want to see it on console uncomment the following line
# exec 1>&/dev/console
66-echo [Starting rc.shutdown process ...]
66-all -v${VERBOSITY} -l ${LIVE} -t ${TREE} -f down
66-echo [rc.shutdown completed successfully]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment