Question: Launchdaemon For Os X
0
gravatar for James Casbon
10.2 years ago by
James Casbon370
James Casbon370 wrote:
Here is a LaunchDaemon for OS X, maybe useful. Need to change the paths for your install. <plist version="1.0"> <dict> <key>Label</key> <string>edu.psu.galaxy</string> <key>OnDemand</key> <false/> <key>Program</key> <string>/Users/james/galaxy-dist/run.sh<string> <key>RunAtLoad</key> <true/> <key>ServiceDescription</key> <string>Galaxy</string> <key>StandardErrorPath</key> <string>/Users/james/galaxy- dist/logs/launchd.stderr</string> <key>StandardOutPath</key> <string>/Users/james/galaxy- dist/logs/launchd.stdout</string> <key>UserName</key> <string>james</string> </dict> </plist>
galaxy • 573 views
ADD COMMENTlink written 10.2 years ago by James Casbon370
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 137 users visited in the last hour