[launchd-changes] [23030] trunk/launchd/src/com.apple.SystemStarter.plist

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 5 14:11:46 PST 2007


Revision: 23030
          http://trac.macosforge.org/projects/launchd/changeset/23030
Author:   zarzycki at apple.com
Date:     2007-02-05 14:11:46 -0800 (Mon, 05 Feb 2007)

Log Message:
-----------
<rdar://problem/4976905> turn SystemStarter into a launchd job

Added Paths:
-----------
    trunk/launchd/src/com.apple.SystemStarter.plist

Added: trunk/launchd/src/com.apple.SystemStarter.plist
===================================================================
--- trunk/launchd/src/com.apple.SystemStarter.plist	                        (rev 0)
+++ trunk/launchd/src/com.apple.SystemStarter.plist	2007-02-05 22:11:46 UTC (rev 23030)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>Label</key>
+	<string>com.apple.SystemStarter</string>
+	<key>Program</key>
+	<string>/sbin/SystemStarter</string>
+	<key>RunAtLoad</key>
+	<true/>
+</dict>
+</plist>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070205/02d57926/attachment.html


More information about the launchd-changes mailing list