Ai remis le cluster controller en route. Il n'est pas si simple que ça à démarrer, alors j'en ai profité pour écrire l'installeur, qui tient également lieu de documentation. (partie 4)

This commit is contained in:
Guillaume Raffy 2011-10-07 15:48:15 +00:00
parent 372ef28b17
commit e326ab1976
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
<?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>