Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Commits
b75ae458
Commit
b75ae458
authored
Apr 6, 2023
by
kali
Browse files
Options
Downloads
Patches
Plain Diff
pass s6 scripts for menshen-agent
parent
be800308
Branches
add-menshen-agent
No related tags found
1 merge request
!7
Add menshen agent
Pipeline
#137622
passed
Apr 6, 2023
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/services.d/menshen-agent/finish
+4
-0
4 additions, 0 deletions
conf/services.d/menshen-agent/finish
conf/services.d/menshen-agent/run
+6
-0
6 additions, 0 deletions
conf/services.d/menshen-agent/run
with
10 additions
and
0 deletions
conf/services.d/menshen-agent/finish
0 → 100755
+
4
−
0
View file @
b75ae458
#!/bin/sh
echo
"Exiting menshen-agent"
s6-svscanctl
-t
/var/run/s6/services
This diff is collapsed.
Click to expand it.
conf/services.d/menshen-agent/run
0 → 100755
+
6
−
0
View file @
b75ae458
#!/bin/sh
echo
"Starting menshen-agent"
# To run, menshen_agent needs AGENT_NAME and AGENT_LOCATION (mandatory).
# AGENT_MENSHENADDRESS and AGENT_NETDEVICE will probably need to be configured too.
exec
/usr/bin/menshen_agent
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