Name

pmuli — universal login item tool.

Description

pmuli is a tool for setting up and removing universal login items; these items are also known as global login items.

Universal login items are processes that are launched once per user.

Universal login items are used to launch Power Manager's per-user agents under Mac OS X 10.4. The same functionality is handled by launchd on Mac OS X 10.5.

pmuli is used during installation and removal of Power Manager when running Mac OS X 10.4. pmuli is responsible for setting up the universal login items needed by Power Manager. On removal, pmuli is responsible for removing any previously set up universal login items.

Examples

bash$ sudo ./pmuli install '/Library/Application Support/Power Manager/Agents/pmuser'

Add a universal login item for the pmuser executable.

bash$ sudo ./pmuli remove '/Library/Application Support/Power Manager/Agents'

Remove all universal login items with a path matching the provided prefix.

bash$ ./pmuli list

Lists all universal login items. Items launched in a hidden state have the text "(hidden)" appended to their entry.

Files

Power Manager/Tools/pmuli