Add OSX launchd user agent for ayudante-lobo
This commit is contained in:
parent
1fa15ded78
commit
fd820b9a1c
|
@ -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>
|
Loading…
Reference in New Issue