summaryrefslogtreecommitdiff
path: root/launchd/privileged_startx/privileged_startx.plist.cpp
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-04-25 22:17:25 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-04-25 22:17:25 -0700
commit567f59d3f8189b92bc46e2af1260f9340f462bdb (patch)
tree616cc330338ffbf010d9e404190bef0ebc08aaa1 /launchd/privileged_startx/privileged_startx.plist.cpp
parent75a969b884296439fb84ca2be8f77d718d7da1e6 (diff)
launchd: Reorganized layout of launchd sources
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'launchd/privileged_startx/privileged_startx.plist.cpp')
-rw-r--r--launchd/privileged_startx/privileged_startx.plist.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/launchd/privileged_startx/privileged_startx.plist.cpp b/launchd/privileged_startx/privileged_startx.plist.cpp
new file mode 100644
index 0000000..02e1cce
--- /dev/null
+++ b/launchd/privileged_startx/privileged_startx.plist.cpp
@@ -0,0 +1,28 @@
+<?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>
+ <string>LAUNCHD_ID_PREFIX.privileged_startx</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>XINITDIR/privileged_startx</string>
+ <string>-d</string>
+ <string>SCRIPTDIR</string>
+ </array>
+#ifdef TIGER_LAUNCHD
+ <key>KeepAlive</key>
+ <true/>
+#else
+ <key>MachServices</key>
+ <dict>
+ <key>LAUNCHD_ID_PREFIX.privileged_startx</key>
+ <true/>
+ </dict>
+ <key>TimeOut</key>
+ <integer>120</integer>
+ <key>EnableTransactions</key>
+ <true/>
+#endif
+</dict>
+</plist>