xenocara/app/xinit/privileged_startx/org.x.privileged_startx.plist.cpp

29 lines
669 B
C++
Raw Normal View History

2008-06-18 14:31:51 -06:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
2010-05-31 14:23:19 -06:00
<string>LAUNCHD_ID_PREFIX.privileged_startx</string>
2008-06-18 14:31:51 -06:00
<key>ProgramArguments</key>
<array>
<string>XINITDIR/privileged_startx</string>
<string>-d</string>
<string>SCRIPTDIR</string>
</array>
2009-05-03 07:17:37 -06:00
#ifdef TIGER_LAUNCHD
<key>KeepAlive</key>
<true/>
#else
<key>MachServices</key>
<dict>
2010-05-31 14:23:19 -06:00
<key>LAUNCHD_ID_PREFIX.privileged_startx</key>
2009-05-03 07:17:37 -06:00
<true/>
</dict>
2008-06-18 14:31:51 -06:00
<key>TimeOut</key>
2009-05-03 07:17:37 -06:00
<integer>120</integer>
<key>EnableTransactions</key>
<true/>
#endif
2008-06-18 14:31:51 -06:00
</dict>
</plist>