Hello,
I am trying to get transmission to call a script when it completes a torrent. The script runs under root user but not as tr-daemon. permissions are set as:
drwxr-xr-x root root .
drwxr-xr-x root root ..
-rwxr-xr-x root root script.sh
I can't tell if transmission is unable to call the script due to a permissions issue or if something in the script is failing once called. Where is the syslog located so i can see the call?