Label com.a13labs.ssh-agent UserName {{ macos_dev_station_service_user }} ProgramArguments ssh-agent -a {{ macos_dev_station_ssh_agent_socket }} RunAtLoad KeepAlive StandardOutPath {{ macos_dev_station_logs_dir }}/ssh-agent.log StandardErrorPath {{ macos_dev_station_logs_dir }}/ssh-agent.err.log EnvironmentVariables PATH {{ macos_dev_station_path }} HOME {{ macos_dev_station_service_home }} SSH_AUTH_SOCK {{ macos_dev_station_ssh_agent_socket }}