mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			532 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			532 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # /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"
 | |
| 
 |