Skip to content

Instantly share code, notes, and snippets.

@mrjoshuak
Last active September 26, 2018 17:37
Show Gist options
  • Save mrjoshuak/b8f4445bfc3209d672631a654bb00cf1 to your computer and use it in GitHub Desktop.
Save mrjoshuak/b8f4445bfc3209d672631a654bb00cf1 to your computer and use it in GitHub Desktop.
install notes
/Library/LaunchDaemons/io.avalanche.c4d.plist
$  ls -R /Library/Application\ Support/Avalanche/.c4/
accounts devices logs sessions storage
/Library/Application Support/Avalanche/.c4//accounts:
# emails
/Library/Application Support/Avalanche/.c4//devices:
# device names
/Library/Application Support/Avalanche/.c4//devices/[name]/.c4/device.json
/Library/Application Support/Avalanche/.c4//logs:
c4d.log c4d_dev.log
/Library/Application Support/Avalanche/.c4//sessions:
/Library/Application Support/Avalanche/.c4//storage:
<?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>io.avalanche.c4d</string>
<key>Program</key>
<string>/Applications/Avalanche.app/Contents/MacOS/c4d</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Avalanche.app/Contents/MacOS/c4d</string>
<string>-d</string>
<string>-p</string>
<string>/Library/Application Support/Avalanche</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>root</string>
<key>GroupName</key>
<string>wheel</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment