aboutsummaryrefslogtreecommitdiffstats
path: root/testing/motion/motion.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/motion/motion.confd')
-rw-r--r--testing/motion/motion.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/motion/motion.confd b/testing/motion/motion.confd
new file mode 100644
index 0000000000..ff24e5c814
--- /dev/null
+++ b/testing/motion/motion.confd
@@ -0,0 +1,17 @@
+# /etc/conf.d/motion
+## -c Full path and filename of config file. E.g. /home/kurt/motion.conf.
+## Default is /usr/local/etc unless specified differently when building
+## Motion. Many RPMs and debian packages will most likely use /etc or
+## /etc/motion as default.
+##
+## -n Run in non-daemon mode.
+##
+## -s Run in setup mode. Also forces non-daemon mode
+##
+## -d level Run in debug mode, level 1-9.
+##
+##
+## See the motion(1) manpage for more info.
+
+MOTION_OPTS="-c /etc/motion/motion-dist.conf"
+