A command to skip the first line when using AWK
brew services list | awk '{if(NR > 1) print $1}' | xargs brew services stop