JJTagy wrote:Could it be an execution permission issue with the user you run the daemon with?
It seems like you are correct!
I finally found a solution for using scripts with transmission on synology.
The issue seems to be permissions, as mentioned in several other forums.. Even though I tried setting "Transmission" as owner it hasn´t helped, might be something with rights connected to running scripts. However, if I run Transmission as root, everything works fine.
Took me a while though to find out how applications are triggered through Package center. What you should to is:
1. Stop Transmission in package center
2. Edit file /var/packages/transmission/scripts/start-stop-status, change to RUNAS="root".
3. Launch Transmission again.
Now, if you have settings.json set to trigger a script it works!