Create sshjump.service

This commit is contained in:
12nick12 2018-06-05 15:52:26 -04:00 committed by GitHub
parent b41d704705
commit 9e420e5241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
host/sshjump.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=sshJump
After=network-online.target
[Service]
ExecStart=/opt/sshjump/start.sh
[Install]
WantedBy=multi-user.target