caveats

in Formula/amazon-efs-utils.rb [204:221]


  def caveats
    <<~EOS
      Perform below actions to start using efs:
        sudo mkdir -p /Library/Filesystems/efs.fs/Contents/Resources
        sudo ln -s /usr/local/bin/mount.efs /Library/Filesystems/efs.fs/Contents/Resources/mount_efs

      Perform below actions to stop using efs:
        sudo rm /Library/Filesystems/efs.fs/Contents/Resources/mount_efs

      To enable watchdog for using TLS mounts:
        sudo cp 
        sudo launchctl load /Library/LaunchAgents/amazon-efs-mount-watchdog.plist

      To disable watchdog for using TLS mounts:
          sudo launchctl unload /Library/LaunchAgents/amazon-efs-mount-watchdog.plist
    EOS
  end