updated cron scripts so they will not need screen to run
[svn/Prometheus-QoS/.git] / sample-configuration / prometheus.cron
index 4e9f8d37fcf0a27363c6f45675d8146f9af35c0f..80c3fa21b512d4261499c1ca29dea6a00e1e52e0 100644 (file)
@@ -1,5 +1,5 @@
 # Prometheus Cron file now made with 5% more love
 # (thanks to Danny for suggestion)
 
-0 0,1,7-23 * * *  root nice /root/qos/prometheus -p
-0 2 * * *  root screen -L -d -m /root/qos/prometheus
+0 0,1,7-23 * * *  root nice /root/qos/prometheus -p 1>/dev/null
+0 2 * * *  root /root/qos/prometheus 1>/dev/null
This page took 0.111339 seconds and 4 git commands to generate.