com.saltstack.salt.minion.plist 927 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//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>com.saltstack.salt.minion</string>
  7. <key>RunAtLoad</key>
  8. <true/>
  9. <key>KeepAlive</key>
  10. <true/>
  11. <key>ProgramArguments</key>
  12. <array>
  13. <string>/opt/salt/bin/start-salt-minion.sh</string>
  14. </array>
  15. <key>SoftResourceLimits</key>
  16. <dict>
  17. <key>NumberOfFiles</key>
  18. <integer>100000</integer>
  19. </dict>
  20. <key>HardResourceLimits</key>
  21. <dict>
  22. <key>NumberOfFiles</key>
  23. <integer>100000</integer>
  24. </dict>
  25. <!-- uncomment the lines below to debug launchd issues -->
  26. <!--
  27. <key>StandardOutPath</key>
  28. <string>/tmp/salt-minion.out</string>
  29. <key>StandardErrorPath</key>
  30. <string>/tmp/salt-minion.err</string>
  31. -->
  32. </dict>
  33. </plist>