26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
<?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>fr.univ-rennes1.ipr.ClusterController</string>
|
|
<!-- ServiceDescription doesn't seem to be supported anymore in Leopard although manual page lists it
|
|
<key>ServiceDescription</key>
|
|
<string>The ClusterController wakes up or puts the cluster machines to sleep depending on the pending jobs. This is supposed to save energy</string>
|
|
-->
|
|
<key>UserName</key>
|
|
<string>root</string>
|
|
<key>WorkingDirectory</key>
|
|
<string>/usr/local/bin/ipr/Python/ClusterController</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>./ClusterControllerLauncher.sh</string>
|
|
</array>
|
|
<key>StandardOutPath</key>
|
|
<string>/var/log/ClusterController.stdout</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/var/log/ClusterController.stderr</string>
|
|
</dict>
|
|
</plist>
|