Skip to content

Instantly share code, notes, and snippets.

@maximebories
Last active March 30, 2023 20:17
Show Gist options
  • Save maximebories/4ca591c5ff53b2e394e34b0444bf2783 to your computer and use it in GitHub Desktop.
Save maximebories/4ca591c5ff53b2e394e34b0444bf2783 to your computer and use it in GitHub Desktop.
miniDLNA Homebrew Service
<?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>homebrew.mxcl.minidlnad</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/opt/homebrew/Cellar/minidlna/1.3.0_5/minidlnad.log</string>
<key>StandardErrorPath</key>
<string>/opt/homebrew/Cellar/minidlna/1.3.0_5/minidlnad.log</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/sbin/minidlnad</string>
<string>-f ~/.config/minidlna/minidlna.conf</string>
<string>-P ~/.config/minidlna/minidlna.pid</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment