summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2006-06-10 22:05:19 +0000
committerjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2006-06-10 22:05:19 +0000
commit6ef8dfa3847d9bbd1ea2d7449ee1849dd8e8514a (patch)
tree2397a1e562d48c20c70da55600ad33709bf38777
parent8b791f7b32f7bd52ab35fc5cd3c8caaaac70bfe0 (diff)
Be quiet, run as daemon, avoid output (and revert to the default /tmp to spot if it doesn't work).
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@15 8f53b18a-e215-0410-8885-9f593d34873e
-rw-r--r--addons/x11phonehome/etc/motion/motion.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/addons/x11phonehome/etc/motion/motion.conf b/addons/x11phonehome/etc/motion/motion.conf
index ce2566a..8437723 100644
--- a/addons/x11phonehome/etc/motion/motion.conf
+++ b/addons/x11phonehome/etc/motion/motion.conf
@@ -7,8 +7,8 @@
# motion man page and /usr/share/doc/motion/motion_guide.html
# for detailed information on configuration options.
-daemon off
-quiet off
+daemon on
+quiet on
# You may very well need to change this (check with 'dmesg'
# after plugging in your webcam)
@@ -38,7 +38,7 @@ ffmpeg_video_codec msmpeg4
# Target base directory for pictures and films
# You should probably change this (create dir beforehand)
-target_dir /dev/null
+target_dir /tmp
# Define a port number (e.g. 8000) to enable the mini-http server
# 0 = disabled
@@ -74,3 +74,5 @@ mask_file /etc/motion/motionref.pgm
#switchfilter on
#on_event_start simpleopal -lanVIX h323:192.168.3.231
on_motion_detected simpleopal -lanVIX h323:80.162.179.151
+
+output_normal off