Files
ShellHubNative/Server/config/ServiceTemplates/ShellHubSSH.service
2021-01-16 00:08:06 +01:00

15 lines
308 B
Desktop File

[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