Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ssh-tunnel-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
open-source
ssh-tunnel-manager
Commits
c1ee591d
Commit
c1ee591d
authored
10 years ago
by
Gerhard
Browse files
Options
Downloads
Patches
Plain Diff
Added SysVInitScript header chkconfig and LSB
parent
6af59ca9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ssh-tunnel-manager.sh
+20
-1
20 additions, 1 deletion
ssh-tunnel-manager.sh
with
20 additions
and
1 deletion
ssh-tunnel-manager.sh
+
20
−
1
View file @
c1ee591d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# @author Gerhard Steinbeis (info [at] tinned-software [dot] net)
# @author Gerhard Steinbeis (info [at] tinned-software [dot] net)
# @copyright Copyright (c) 2013
# @copyright Copyright (c) 2013
version
=
0.6.
5
version
=
0.6.
6
# @license http://opensource.org/licenses/GPL-3.0 GNU General Public License, version 3
# @license http://opensource.org/licenses/GPL-3.0 GNU General Public License, version 3
# @package net
# @package net
#
#
...
@@ -11,6 +11,25 @@ version=0.6.5
...
@@ -11,6 +11,25 @@ version=0.6.5
# the ssh-tunnel-manager.conf in the same directory as the script itself.
# the ssh-tunnel-manager.conf in the same directory as the script itself.
#
#
# ssh-tunnel-manager Start up the ssh-tunnel-manager manager
#
# chkconfig: 2345 60 20
# description: SSH-Tunnel-Manager to manager multiple SSH connections to different servers.
#
# config: /etc/ssh-tunnel-manager.conf
### BEGIN INIT INFO
# Provides: ssh-tunnel-manager
# Required-Start: $network sshd
# Required-Stop: $network sshd
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start up the ssh-tunnel-manager manager
# Description: SSH-Tunnel-Manager to manager multiple SSH connections to different servers.
### END INIT INFO
#
#
# Define names for the tunnel to identify them. The list needs to be configured
# Define names for the tunnel to identify them. The list needs to be configured
# in the same order as the tunnel config in the TUNELS list.
# in the same order as the tunnel config in the TUNELS list.
...
...
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