Keep your mac awake (indefinitely) with caffeinate! Learn more about launchd.
Copy plist
file to the user agents directory:
cp local.startup.caffeinate.plist ~/Library/LaunchAgents/
Load the job:
launchctl load ~/Library/LaunchAgents/local.startup.caffeinate.plist
Verify the job has started:
# List of loaded jobs
launchctl list | grep local.startup.caffeinate
# Process status
ps -ef | grep caffeinate