Changes to avoid installation issues in MacOS

This commit is contained in:
Kevin 2020-08-13 13:04:30 +02:00
parent 29468da8a4
commit 09859ab6fb

View File

@ -6,13 +6,16 @@
<string>com.pandorafms.pandorafms</string> <string>com.pandorafms.pandorafms</string>
<key>ProgramArguments</key> <key>ProgramArguments</key>
<array> <array>
<string>/usr/bin/pandora_agent</string> <string>/usr/local/bin/pandora_agent</string>
<string>/etc/pandora</string> <string>/etc/pandora</string>
</array> </array>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Apple/bin</string>
</dict>
<key>RunAtLoad</key> <key>RunAtLoad</key>
<true/> <true/>
<key>ServiceDescription</key>
<string>PandoraFMS agent</string>
<key>UserName</key> <key>UserName</key>
<string>root</string> <string>root</string>
</dict> </dict>