source: ogAgent-Git/macos/scripts/es.opengnsys.agent.user.plist

tls
Last change on this file was 64dea9f, checked in by Natalia Serrano <natalia.serrano@…>, 10 months ago

refs #474 #475 #476 fix agent for macos

  • Property mode set to 100644
File size: 843 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd>
3<plist version="1.0">
4        <dict>
5                <key>Label</key>
6                <string>es.opengnsys.agent.user</string>
7                <key>EnvironmentVariables</key>
8                <dict>
9                        <key>PATH</key>
10                        <string>/usr/local/bin:/usr/bin:/bin</string>
11                </dict>
12                <key>WorkingDirectory</key>
13                <string>/Applications/OGAgent.app</string>
14                <key>ProgramArguments</key>
15                <array>
16                        <string>/Applications/OGAgent.app/OGAgentUser.py</string>
17                </array>
18                <key>RunAtLoad</key>
19                <true/>
20        </dict>
21</plist>
Note: See TracBrowser for help on using the repository browser.