After my first installation of Oleg's FW I need some help with Transmission...

When I enter command:
Code:
transmission_watchdog
as it is explained in the manual, I get:
Code:
-sh: transmission_watchdog: not found
When I enter command:
Code:
ps axf
I get:
Code:
[admin@WL-001BFC58826B root]$ ps axf                                              PID TTY      STAT   TIME COMMAND
    1 ?        S      0:01 /sbin/init
    2 ?        S      0:00 [keventd]
    3 ?        SN     0:00 [ksoftirqd_CPU0]
    4 ?        S      0:00 [kswapd]
    5 ?        S      0:00 [bdflush]
    6 ?        S      0:00 [kupdated]
    7 ?        S      0:00 [mtdblockd]
   59 ?        S      0:00 telnetd
   64 ?        S      0:01 httpd vlan1
   71 ?        S      0:00 klogd
   72 ?        S      0:00 [dnsmasq]
   77 ?        S      0:00 [khubd]
   86 ?        Ss     0:00 lpd
   88 ?        Ss     0:00 p9100d -f /dev/usb/lp0 0
   91 ?        Ss     0:00 waveservermain
   93 ?        Ss     0:00 rcamdmain
   97 ?        S      0:00 [usb-storage-0]
   98 ?        S      0:00 [scsi_eh_0]
  105 ?        Ss     0:00 infosvr br0
  106 ?        Ss     0:00 watchdog
  110 ?        Ss     0:00  \_ ntp
  126 ?        S      0:00 udhcpc -i vlan1 -p /var/run/udhcpc0.pid -s /tmp/udhcp
  129 ?        S      0:00 dropbear
  130 ?        Ss     0:01  \_ dropbear
  189 pts/0    Ss     0:00      \_ -sh
  200 pts/0    R+     0:00          \_ ps axf
  136 ?        S      0:00 upnp -D -L br0 -W vlan1
  152 ?        S      0:00 [kjournald]
  153 ?        S      0:00 [kjournald]
  156 ?        Ss     0:00 /usr/sbin/vsftpd
  183 ?        S      0:00 /sbin/syslogd -m 0 -O /opt/var/log/syslog.log -S -l 7
  188 ?        Ss     0:00 /opt/sbin/cron
The content of the following files is:
transmission.conf
Code:
#Uncomment the following for UPNP NAT traversal
#NAT_TRAVERSAL=--nat-traversal

# If the following limit is reached watchdog will not enqueue new one
MAX_ACTIVE_TORRENTS=5

SYSLOG=/opt/var/log/syslog.log
crontab
Code:
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/sbin:/opt/bin
MAILTO=""
HOME=/
# ---------- ---------- Default is Empty ---------- ---------- #
*/30 * * * * admin nice transmission_watchdog
0 0 * * * admin /opt/sbin/logrotate -f /opt/etc/logrotate.conf &>/dev/null
logrotate.conf
Code:
ompress

/opt/var/log/syslog.log {
size 1024k
weekly
rotate 9
postrotate
killall -HUP syslogd
endscript
}

include /opt/etc/logrotate.d
Please, what should I do to make it working?
I changed the FW just for the Torrents