From a12ab223d58155e86bf56dec8f919b35ceedd947 Mon Sep 17 00:00:00 2001 From: Phil Cryer Date: Mon, 2 May 2011 09:29:13 -0500 Subject: [PATCH] fixed script so it can be dropped into the user's crontab during install - this fixes CRON (yes, again) --- etc/cron.d/lipsync | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/etc/cron.d/lipsync b/etc/cron.d/lipsync index 4ca9ad7..a0b1735 100644 --- a/etc/cron.d/lipsync +++ b/etc/cron.d/lipsync @@ -1,14 +1 @@ -#!/bin/sh -e -# Distributed under the terms of the BSD License. -# Copyright (c) 2011 Phil Cryer phil.cryer@gmail.com -# Source https://github.com/philcryer/lipsync - -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -CONF_FILE=/etc/lipsyncd - -if [[ -e $CONF_FILE ]]; then - . $CONF_FILE -fi - -# run lipsync against the server every 15 minutes to catch changes from other nodes -15,30,45,00 * * * * $USER_NAME /usr/local/bin/lipsync +* * * * * /usr/local/bin/lipsync