mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-03 10:15:48 +01:00
#77 need a sigterm in blocklist to properly close transmission pid
This commit is contained in:
@@ -220,6 +220,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.07.19:** - Send SIGTERM in blocklist update to properly close pid.
|
||||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **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.
|
* **22.02.19:** - Rebase to Alpine 3.9, add themes to baseimage, add python and findutils.
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ app_setup_block: |
|
|||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
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: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
||||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
- { 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." }
|
- { date: "22.02.19:", desc: "Rebase to Alpine 3.9, add themes to baseimage, add python and findutils." }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if [ $BLOCKLIST_ENABLED == true ]; then
|
|||||||
chmod go+r *
|
chmod go+r *
|
||||||
rm -rf /config/blocklists/*
|
rm -rf /config/blocklists/*
|
||||||
cp /tmp/blocklists/* /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
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user