

The "launchctl list" command reported that my task exited with 78 status code, but in Appium's documentation I cannot find what's meant by this exit code. Then assigned proper owner (chown) and permissions (chmod) to this file and executed the command: sudo launchctl load /Library/LaunchAgents/io.įor some reason this did not start appium server, I cannot connect to it. So, what I did is created file io. in /Library/LaunchAgents/ with the following content: Appium was installed as a npm package and it launches and works fine when I type "appium" in terminal.

Also I'd like it to restart after a crash. I'm trying to setup Appium server to stat automatically after system startup.
