We need to use eval so we can pass "*" as an argument.
This commit is contained in:
		@@ -84,7 +84,7 @@ start()
 | 
			
		||||
		service_inactive && _inactive=true
 | 
			
		||||
		mark_service_inactive
 | 
			
		||||
	fi
 | 
			
		||||
	start-stop-daemon --start \
 | 
			
		||||
	eval start-stop-daemon --start \
 | 
			
		||||
		--exec $command \
 | 
			
		||||
		${procname:+--name} $procname \
 | 
			
		||||
		${pidfile:+--pidfile} $pidfile \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user