Skip to content

Instantly share code, notes, and snippets.

@kwoktung
Last active November 28, 2019 14:54
Show Gist options
  • Save kwoktung/1b5efb0d05faae47b83db9e343e3033f to your computer and use it in GitHub Desktop.
Save kwoktung/1b5efb0d05faae47b83db9e343e3033f to your computer and use it in GitHub Desktop.
  1. Configure launchctl to start minio on boot

sudo vim ~/Library/LaunchAgents/com.github.kwoktung.minio.local.plist

Copy the contents of this gist to the file, save and close.

  1. Start the minio service and set minio to start on boot
launchctl list | grep kwoktung
launchctl load com.github.kwoktung.minio
launchctl start com.github.kwoktung.minio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment