Merge pull request #453 from linuxserver/openssh-server-rsync-s6v3

switch to hybrid (openssh-server-rsync)
This commit is contained in:
aptalca 2022-09-02 20:30:13 -04:00 committed by GitHub
commit a98ba01b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if [ ! -f "/usr/bin/rsync" ]; then
echo "**** Adding rsync to package install list ****"
echo "rsync" >> /mod-repo-packages-to-install.list
else
echo "**** rsync already installed ****"
fi

View File

@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-openssh-server-rsync-add-package/run