Skip to content

Instantly share code, notes, and snippets.

@weskerfoot
Created November 2, 2020 17:29
Show Gist options
  • Save weskerfoot/6abcb9e121d6888cab02979754fb4b97 to your computer and use it in GitHub Desktop.
Save weskerfoot/6abcb9e121d6888cab02979754fb4b97 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>label</key>
<string>com.startup.sshd</string>
<key>ProgramArguments</key>
<array>
<string>/Users/dev/start_ssh</string>
</array>
<key>LaunchOnlyOnce</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/AlTest1.err</string>
<key>StandardOutPath</key>
<string>/tmp/AlTest1.out</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment