From: Zdeněk Šustr Date: Wed, 5 Sep 2012 07:09:37 +0000 (+0000) Subject: Notif-keeper cron record made more portable (hopefully). X-Git-Tag: glite-lb-client_R_5_2_5_1~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=37228aa55996b28f133af4a15dde37780d6efbf6;p=jra1mw.git Notif-keeper cron record made more portable (hopefully). --- 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.$$