Method: Boxen::Service#enable

Defined in:
lib/boxen/service.rb

#enableObject



28
29
30
# File 'lib/boxen/service.rb', line 28

def enable
  Boxen::Util.sudo('/bin/launchctl', 'load', '-w', location)
end