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
11a89d7b
Commit
11a89d7b
authored
2 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
adapt skel files
parent
ba37fcfe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
skel/rc.init
+1
-1
1 addition, 1 deletion
skel/rc.init
skel/rc.init.container
+1
-1
1 addition, 1 deletion
skel/rc.init.container
skel/rc.shutdown
+1
-1
1 addition, 1 deletion
skel/rc.shutdown
with
3 additions
and
3 deletions
skel/rc.init
+
1
−
1
View file @
11a89d7b
...
...
@@ -12,7 +12,7 @@ importas -iu LIVE LIVE
if -n {
if { 66-echo -- "[Start services of tree ${TREE}...]" }
66 -v${VERBOSITY} -l ${LIVE} tree
up
${TREE}
66 -v${VERBOSITY} -l ${LIVE} tree
start
${TREE}
}
if { 66-echo -- "rc.init: fatal: please see the log at ${LIVE}/log/0/current" }
...
...
This diff is collapsed.
Click to expand it.
skel/rc.init.container
+
1
−
1
View file @
11a89d7b
...
...
@@ -13,7 +13,7 @@ importas -iu CONTAINER_HALTCMD
foreground {
if { 66-echo -- "[Start services of tree ${TREE}...]" }
66 -v${VERBOSITY} -l ${LIVE} tree
up
${TREE}
66 -v${VERBOSITY} -l ${LIVE} tree
start
${TREE}
}
importas initcode ?
...
...
This diff is collapsed.
Click to expand it.
skel/rc.shutdown
+
1
−
1
View file @
11a89d7b
...
...
@@ -14,6 +14,6 @@ execl-envfile ${1}
if {
if { 66-echo -- "[Starts rc.shutdown...]" }
66 -v${VERBOSITY} -l ${LIVE} tree
-f down
${TREE}
66 -v${VERBOSITY} -l ${LIVE} tree
stop -f
${TREE}
}
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