summaryrefslogtreecommitdiff
path: root/launchd/privileged_startx/privileged_startx.plist.cpp
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-03-10 13:46:23 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-03-10 13:46:23 -0800
commitdb21df4054e3351d14eb7dc1c3216cd23a61cee4 (patch)
treee2543b635559158df7ee9e0866d4d1f86c651a7f /launchd/privileged_startx/privileged_startx.plist.cpp
parente2430bcb8327682340d985f89ad5137efa2f0d4f (diff)
downloadxorg-app-xinit-db21df4054e3351d14eb7dc1c3216cd23a61cee4.tar.gz
darwin: Drop support for macOS 10.7 and earlier
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'launchd/privileged_startx/privileged_startx.plist.cpp')
-rw-r--r--launchd/privileged_startx/privileged_startx.plist.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/launchd/privileged_startx/privileged_startx.plist.cpp b/launchd/privileged_startx/privileged_startx.plist.cpp
index e1652b0..370350a 100644
--- a/launchd/privileged_startx/privileged_startx.plist.cpp
+++ b/launchd/privileged_startx/privileged_startx.plist.cpp
@@ -10,14 +10,6 @@
<string>-d</string>
<string>SCRIPTDIR</string>
</array>
-#ifdef TIGER_LAUNCHD
- <key>RunAtLoad</key>
- <true/>
- <key>KeepAlive</key>
- <true/>
- <key>ServiceIPC</key>
- <true/>
-#else
<key>MachServices</key>
<dict>
<key>BUNDLE_ID_PREFIX.privileged_startx</key>
@@ -27,6 +19,5 @@
<integer>120</integer>
<key>EnableTransactions</key>
<true/>
-#endif
</dict>
</plist>