#77 need a sigterm in blocklist to properly close transmission pid

This commit is contained in:
thelamer
2019-07-19 20:04:55 -07:00
parent 83bce90d09
commit 787d5721b3
3 changed files with 3 additions and 1 deletions

View File

@@ -220,6 +220,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **19.07.19:** - Send SIGTERM in blocklist update to properly close pid.
* **28.06.19:** - Rebasing to alpine 3.10.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **22.02.19:** - Rebase to Alpine 3.9, add themes to baseimage, add python and findutils.

View File

@@ -81,6 +81,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "19.07.19:", desc: "Send SIGTERM in blocklist update to properly close pid." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebase to Alpine 3.9, add themes to baseimage, add python and findutils." }

View File

@@ -14,7 +14,7 @@ if [ $BLOCKLIST_ENABLED == true ]; then
chmod go+r *
rm -rf /config/blocklists/*
cp /tmp/blocklists/* /config/blocklists
s6-svc -h /var/run/s6/services/transmission
s6-svc -t /var/run/s6/services/transmission
fi
fi
fi