mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Merge pull request #447 from linuxserver/openssh-server-autossh-s6v3
switch to hybrid (openssh-server-autossh)
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
if [ -z `command -v autossh` ]; then
|
||||||
|
echo "**** Adding autossh to package install list ****"
|
||||||
|
echo "autossh" >> /mod-repo-packages-to-install.list
|
||||||
|
else
|
||||||
|
echo "**** autossh already installed ****"
|
||||||
|
fi
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-mod-openssh-server-autossh-add-package/run
|
||||||
Reference in New Issue
Block a user