15 lines
308 B
Desktop File
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
|