diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2021-03-10 13:46:23 -0800 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2021-03-10 13:46:23 -0800 |
commit | db21df4054e3351d14eb7dc1c3216cd23a61cee4 (patch) | |
tree | e2543b635559158df7ee9e0866d4d1f86c651a7f /launchd/privileged_startx/privileged_startx.plist.cpp | |
parent | e2430bcb8327682340d985f89ad5137efa2f0d4f (diff) |
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.cpp | 9 |
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> |