Resolves: dbus#146

The launchd plist file for macOS contains the deprecated fields
`OnDemand` and `ServiceIPC`. These fields were deprecated in macOS 10.5
and, since 10.4 and below are well beyond their support lifespans,
they should be removed and replaced appropriately.
This commit is contained in:
William Earley 2020-09-27 12:27:03 +01:00 committed by sourtin
parent bf51a3169c
commit e8fa431b3f

View file

@ -5,15 +5,9 @@
<key>Label</key>
<string>org.freedesktop.dbus-session</string>
<key>ServiceIPC</key>
<key>ΚeepAlive</key>
<true/>
<!-- Please uncomment on 10.4; OnDemand doesn't work properly there. -->
<!--
<key>OnDemand</key>
<false />
-->
<key>ProgramArguments</key>
<array>
<string>@DBUS_DAEMONDIR@/dbus-daemon</string>