inital commit
This commit is contained in:
14
Server/config/ServiceTemplates/ShellHubSSH.service
Normal file
14
Server/config/ServiceTemplates/ShellHubSSH.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Shellhub SSH
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment=PRIVATE_KEY=/opt/ShellHub/keys/ssh_private_key
|
||||
Environment=SHELLHUB_HOSTED=false
|
||||
Environment=RECORD_URL=127.0.0.1:8080
|
||||
ExecStart=/opt/ShellHub/ShellHubSSH
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user