Jump to content

command line args to prevent tray icon process from starting


dance4ever

Recommended Posts

dance4ever

Hi!  I have Emby configured to boot on startup using launchd.

Because it is running in the background as a server process, I do not need the tray icon process.

What command line arg may I pass in my launch daemon so the tray icon doesn’t start?

This is what my daemon looks like:

<?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>media.emby.USER.plist</string>

        <key>UserName</key>
        <string>USER</string>

        <key>Program</key>
        <string>/Volumes/Apps/EmbyServer.app/Contents/MacOS/EmbyServer</string>

        <key>RunAtLoad</key>
        <true/>
</dict>
</plist>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...