#!/bin/sh

[ -f /tmp/btsync.log ] && echo ` date ` $0 $@ >>/tmp/btsync.log
/usr/local/zy-pkgs/etc/init.d/btsync shutdown

exit 0
