This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
mac_disable_autostart [2015/05/05 18:20] zip |
mac_disable_autostart [2015/06/05 16:51] (current) zip |
||
---|---|---|---|
Line 2: | Line 2: | ||
- open the daemon configuration in your favorite editor: <code>/Library/LaunchDaemons/org.serviio.server.plist</code> | - open the daemon configuration in your favorite editor: <code>/Library/LaunchDaemons/org.serviio.server.plist</code> | ||
- | - disable autostart by changing <code> | + | - disable autostart by adding this element before the last </dict> element <code> |
- | <key>RunAtLoad</key> | + | <key>Disabled</key> |
- | <true/></code>to <code> | + | <true/></code> |
- | <key>RunAtLoad</key> | + | |
- | <false/></code> | + | |
- and save the file | - and save the file |