#!/bin/sh

UPDATE_SCRIPT="/usr/local/zy-pkgs/bin/gdrive_update.sh"

start-stop-daemon -b -S -N 5 -x $UPDATE_SCRIPT

exit 0

