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
07ec222c
Commit
07ec222c
authored
Mar 9, 2022
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Replace shbang with a real shell so things will exit, with an echo
parent
063f010a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
conf/services.d/kres-cache-gc/finish
+2
-1
2 additions, 1 deletion
conf/services.d/kres-cache-gc/finish
conf/services.d/kresd/finish
+2
-1
2 additions, 1 deletion
conf/services.d/kresd/finish
conf/services.d/openvpn-tcp/finish
+2
-2
2 additions, 2 deletions
conf/services.d/openvpn-tcp/finish
with
6 additions
and
4 deletions
conf/services.d/kres-cache-gc/finish
+
2
−
1
View file @
07ec222c
#!/
usr/bin/execlineb -S0
#!/
bin/sh
echo
"Exiting kres-cache-gc"
s6-svscanctl
-t
/var/run/s6/services
s6-svscanctl
-t
/var/run/s6/services
This diff is collapsed.
Click to expand it.
conf/services.d/kresd/finish
+
2
−
1
View file @
07ec222c
#!/
usr/bin/execlineb -S0
#!/
bin/sh
echo
"Exiting kresd"
s6-svscanctl
-t
/var/run/s6/services
s6-svscanctl
-t
/var/run/s6/services
This diff is collapsed.
Click to expand it.
conf/services.d/openvpn-tcp/finish
+
2
−
2
View file @
07ec222c
#!/
usr/bin/execlineb -S0
#!/
bin/sh
echo "
e
xiting openvpn: tcp"
echo
"
E
xiting openvpn: tcp"
s6-svscanctl
-t
/var/run/s6/services
s6-svscanctl
-t
/var/run/s6/services
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