User Tools

Site Tools


mac_disable_autostart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
mac_disable_autostart [2015/01/19 13:07]
zip created
mac_disable_autostart [2015/05/05 17:20]
zip
Line 1: Line 1:
 Serviio automatically starts on OSX after the system boots. To disable this behaviour, follow these steps: Serviio automatically starts on OSX after the system boots. To disable this behaviour, follow these steps:
  
-  - Start Terminal application +  - open the daemon configuration in your favorite editor: <code>/Library/LaunchDaemons/org.serviio.server.plist</code> 
-  - remove the deamon configuration <code>sudo rm /Library/LaunchDaemons/org.serviio.server.plist</code>+  - disable autostart by changing <code> 
 +<key>RunAtLoad</key> 
 +<true/></code>to <code> 
 +<key>RunAtLoad</key> 
 +<false/></code> 
 +  - and save the file    
mac_disable_autostart.txt · Last modified: 2015/06/05 15:51 by zip