Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
4d5f3459
Commit
4d5f3459
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
update skel
parent
2a07db1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
skel/rc.init
+3
-3
3 additions, 3 deletions
skel/rc.init
skel/rc.shutdown
+7
-2
7 additions, 2 deletions
skel/rc.shutdown
with
10 additions
and
5 deletions
skel/rc.init
+
3
−
3
View file @
4d5f3459
#!@BINDIR@/sh -e
## It's the responsability of the sysadmin to properly define
## the configuration file. By default /etc/66/
boo
t.conf or
## instructed by 66-boot via the -
f
option.
## the configuration file. By default /etc/66/
ini
t.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
}
]
...
...
This diff is collapsed.
Click to expand it.
skel/rc.shutdown
+
7
−
2
View file @
4d5f3459
#!@BINDIR@/sh -e
## It's the responsability of the sysadmin to properly define
## the configuration file. By default /etc/66/
boo
t.conf or
## instructed by 66-boot via the -
f
option.
## the configuration file. By default /etc/66/
ini
t.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]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment