Skip to content

Instantly share code, notes, and snippets.

@jamesabruce
Created February 22, 2025 09:17
Show Gist options
  • Save jamesabruce/3b8ee3c8b2fef315b5cc738360033097 to your computer and use it in GitHub Desktop.
Save jamesabruce/3b8ee3c8b2fef315b5cc738360033097 to your computer and use it in GitHub Desktop.
com.matter.onoff.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.matter.onoff</string>
<key>ProgramArguments</key>
<array>
<string>/Users/jamie/.nvm/versions/node/v22.14.0/bin/node</string>
<string>/Users/jamie/Documents/VirtualSwitch/dist/main.js</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>NODE_PATH</key>
<string>/Users/jamie/Documents/VirtualSwitch/node_modules</string>
</dict>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/dev/null</string>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>WorkingDirectory</key>
<string>/Users/jamie/Documents/VirtualSwitch</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment