Skip to content

Instantly share code, notes, and snippets.

@masatoi
Created April 4, 2025 05:47
Show Gist options
  • Save masatoi/3a1b9a3dbc3c2191239a4ad97abe39a0 to your computer and use it in GitHub Desktop.
Save masatoi/3a1b9a3dbc3c2191239a4ad97abe39a0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.user.yaskkserv2</string>
<key>ProgramArguments</key>
<array>
<string>/Users/wiz/bin/yaskkserv2</string>
<string>--google-cache-filename=/tmp/yaskkserv2.cache</string>
<string>/Users/wiz/dictionary.yaskkserv2</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/tmp/yaskkserv2.log</string>
<key>StandardErrorPath</key>
<string>/tmp/yaskkserv2-error.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment