Defaults and Preferences
Defaults available in Power Manager are detailed in the table below.
Table 7.1. Power Manager’s defaults Keys
Key | Value (Default) | Description |
---|---|---|
autoConnectRemote | boolean (false ) | Automatically reconnect to remote connections upon relaunching. |
Example 7.1. Enabling automatic reconnection of remote schedulers using defaults
defaults write uk.co.dssw.powermanager.standard autoConnectRemote YES
Defaults can be read, written, and removed with the defaults
tool.