Merge pull request #60 from linuxserver/s6v3

fix service perms to comply with s6v3
This commit is contained in:
aptalca 2022-07-18 15:04:33 -04:00 committed by GitHub
commit 7fbb561de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View File

@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **18.07.22:** - Fix service perms to comply with upgrade to s6 v3.
* **16.04.22:** - Rebase to alpine 3.15.
* **16.11.21:** - Add PUBLIC_KEY_URL option
* **28.06.21:** - Rebasing to alpine 3.14. Add support for PAM.

View File

@ -93,6 +93,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "18.07.22:", desc: "Fix service perms to comply with upgrade to s6 v3."}
- { date: "16.04.22:", desc: "Rebase to alpine 3.15."}
- { date: "16.11.21:", desc: "Add PUBLIC_KEY_URL option"}
- { date: "28.06.21:", desc: "Rebasing to alpine 3.14. Add support for PAM." }

0
root/etc/services.d/openssh-server/log/run Normal file → Executable file
View File