From 37228aa55996b28f133af4a15dde37780d6efbf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 5 Sep 2012 07:09:37 +0000 Subject: [PATCH] Notif-keeper cron record made more portable (hopefully). --- org.glite.lb.server/config/glite-lb-notif-keeper.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.server/config/glite-lb-notif-keeper.cron b/org.glite.lb.server/config/glite-lb-notif-keeper.cron index c942c1c..e5563ef 100644 --- a/org.glite.lb.server/config/glite-lb-notif-keeper.cron +++ b/org.glite.lb.server/config/glite-lb-notif-keeper.cron @@ -1 +1 @@ -0 */4 * * * glite . /etc/profile.d/grid-env.sh ; export GLITE_WMS_NOTIF_SERVER=${HOSTNAME}:9000; @glite_prefix@/sbin/glite-lb-notif-keeper --file-prefix /var/tmp/glite-lb-notif --site-notif @glite_etc@/glite-lb/site-notif.conf > /tmp/notif.keeper.log.$$; logger -t glite-lb-notif-keeper -f /tmp/notif.keeper.log.$$; rm -f /tmp/notif.keeper.log.$$ +0 */4 * * * glite . /etc/profile.d/grid-env.sh ; export GLITE_WMS_NOTIF_SERVER=`hostname -f`:9000; @glite_prefix@/sbin/glite-lb-notif-keeper --file-prefix /var/tmp/glite-lb-notif --site-notif @glite_etc@/glite-lb/site-notif.conf > /tmp/notif.keeper.log.$$; logger -t glite-lb-notif-keeper -f /tmp/notif.keeper.log.$$; rm -f /tmp/notif.keeper.log.$$ -- 1.8.2.3