swsyd.conf 388 B

123456789101112131415161718
  1. [swsyd]
  2. port = 9779
  3. dbfile = "/var/lib/swsyd/swsyd.db"
  4. logfile = "/var/log/swsyd/swsyd.log"
  5. # Available loglevels debug, info, warn, error
  6. loglevel = "info"
  7. # Default uid and gid from first
  8. # user created and incremented
  9. # for each added user.
  10. minuid = 10000
  11. mingid = 10000
  12. # default home will be appended
  13. # with username directory.
  14. defaulthome = "/home"
  15. defaultshell = "/usr/bin/bash"