Godleydemon

useragent information

May 13th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. [useragent]
  2. ## The path to the Multicraft useragent. This program is used in
  3. ## multiuser mode to access user files.
  4. ## default: bin (-> "baseDir"/bin, same as daemonDir)
  5. userAgentDir = bin
  6. ## The executable of the Multicraft useragent. Note that a config
  7. ## file with the same name as this setting (plus .conf) will be
  8. ## generated next to this file.
  9. ## default: launcher (-> "baseDir"/"userAgentDir"/useragent)
  10. userAgentFile = useragent
  11. ## The minimum allowed user and group IDs for server users
  12. ## default: 100
  13. #userAgentMinUid = 100
  14. #userAgentMinGid = 100
  15. ## The script to run when a server is being prepared. The path is
  16. ## relative to the userAgentDir.
  17. ## NOTE: This script will be run as the superuser.
  18. ## default: empty
  19. userAgentSuperuserPrepare = prepare.sh
  20. ## The script to run when a server is being prepared. The path is
  21. ## relative to the baseDir.
  22. ## default: empty
  23. #userAgentPrepare =
  24. ## Various useragent configuration options
  25. #userAgentCp = /bin/cp
  26. #userAgentCpOpts = --preserve=mode,timestamps
  27. #userAgentUnzip = /usr/bin/unzip
  28. #userAgentUnzipOpts = -qql
  29. #userAgentUnzipRe = ^(?:\s+[^\s]+){3}\s+(.*)$
Advertisement
Add Comment
Please, Sign In to add comment