Prevent sleep during Serviio execution in Mac OS X 10.8

Issue #631 duplicate
Former user created an issue

Just add caffeinate before JavaApplicationStub in Serviio.app/Contents/Info.plist

That is:

<key>CFBundleExecutable</key>
<string>caffeinate JavaApplicationStub</string>

This will prevent the system from sleeping while Serviio is under execution in Mac OS X Mountain Lion.

I am not sure caffeinate exists for previous versions of the operating system.

Comments (1)

  1. Log in to comment