Add OSX launchd user agent for ayudante-lobo

This commit is contained in:
Matthew Connelly 2015-02-15 02:18:43 +00:00
parent 1fa15ded78
commit fd820b9a1c
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?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>scot.maff.mac.ayudantelobo</string>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>EnvironmentVariables</key>
<dict>
<key>PERL5LIB</key>
<string>./lib/perl</string>
</dict>
<key>Program</key>
<string>./bin/ayudante-lobo</string>
</dict>
</plist>