From ca67fb1f27365a4c976fdc99ab98b57fe843e13b Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Wed, 21 Feb 2018 21:40:07 +0100 Subject: [PATCH] add header --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f14ffd555..b82fe3b19 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,8 @@ You may set the following parameters to customize the user id that runs transmis |`PUID` | Sets the user id who will run transmission | `PUID=1003`| |`PGID` | Sets the group id for the transmission user | `PGID=1003` | +### Custom pre/post scripts + If you ever need to run custom code before or after transmission is executed or stopped, you can use the custom scripts feature. Custom scripts are located in the /scripts directory which is empty by default. To enable this feature, you'll need to mount the /scripts directory.