User Tools

Site Tools


mac_disable_autostart

This is an old revision of the document!


Serviio automatically starts on OSX after the system boots. To disable this behaviour, follow these steps:

  1. open the daemon configuration in your favorite editor:
    /Library/LaunchDaemons/org.serviio.server.plist
  2. disable autostart by changing
    <key>RunAtLoad</key>
    <true/>

    to

    <key>RunAtLoad</key>
    <false/>
  3. and save the file
mac_disable_autostart.1430846437.txt.gz · Last modified: 2015/05/05 17:20 by zip