Restart services only when necessary

The Brewfile supports restarting the service only when there's a change
to that service. See [docs][1].

[1]: https://github.com/Homebrew/homebrew-bundle#restarting-services
trunk
Derek Prior 7 years ago
parent 0636eea198
commit 3ffa16e6ed
No known key found for this signature in database
GPG Key ID: 60D9C7F1019704B4

4
mac

@ -147,8 +147,8 @@ brew "ruby-build"
brew "yarn"
# Databases
brew "postgres", restart_service: true
brew "redis", restart_service: true
brew "postgres", restart_service: :changed
brew "redis", restart_service: :changed
EOF
fancy_echo "Symlink qmake binary to /usr/local/bin for Capybara Webkit..."

Loading…
Cancel
Save