#!/bin/bash while true; do /usr/bin/seaf-cli start /bin/sleep 3600 done