mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Fix daemon options in init script
This commit is contained in:
		@@ -75,7 +75,7 @@ case "$1" in
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	# Start Daemon
 | 
			
		||||
	start-stop-daemon --start -b --chdir "$WORK_DIR" --user "$CC_USER" -c "$CC_USER" --pidfile "$PID_FILE" --exec $DAEMON -- $DAEMON_OPTS
 | 
			
		||||
	start-stop-daemon --start -b --chdir "$WORK_DIR" --user "$CC_USER" -c "$CC_USER" --pidfile "$PID_FILE" --exec $DAEMON -- $CC_OPTS
 | 
			
		||||
	return=$?
 | 
			
		||||
	if [ $return -eq 0 ]
 | 
			
		||||
	then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user