blob: ff24e5c8144bad5cfffc8e90f005391ea087c7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|