Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. org.nixos.nix-daemon = {
  2. active count = 1
  3. path = /nix/store/hwpp7kia2f0in5ns2hiw41q38k30jpj2-nix-1.11.16/Library/LaunchDaemons/org.nixos.nix-daemon.plist
  4. state = running
  5.  
  6. program = /nix/store/hwpp7kia2f0in5ns2hiw41q38k30jpj2-nix-1.11.16/bin/nix-daemon
  7. stdout path = /dev/null
  8. stderr path = /var/log/nix-daemon.log
  9. default environment = {
  10. PATH => /usr/bin:/bin:/usr/sbin:/sbin
  11. }
  12.  
  13. environment = {
  14. NIX_SSL_CERT_FILE => /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
  15. XPC_SERVICE_NAME => org.nixos.nix-daemon
  16. }
  17.  
  18. domain = com.apple.xpc.launchd.domain.system
  19. minimum runtime = 10
  20. exit timeout = 5
  21. runs = 1
  22. successive crashes = 0
  23. excessive crashing = 0
  24. pid = 90
  25. immediate reason = speculative
  26. forks = 16
  27. execs = 1
  28. initialized = 1
  29. trampolined = 1
  30. started suspended = 0
  31. proxy started suspended = 0
  32. last exit code = (never exited)
  33.  
  34. event triggers = {
  35. }
  36.  
  37. endpoints = {
  38. }
  39.  
  40. dynamic endpoints = {
  41. }
  42.  
  43. pid-local endpoints = {
  44. }
  45.  
  46. instance-specific endpoints = {
  47. }
  48.  
  49. event channels = {
  50. }
  51.  
  52. sockets = {
  53. }
  54.  
  55. spawn type = daemon
  56. spawn role = (null)
  57. jetsam priority = 3
  58. jetsam memory limit (active) = (unlimited)
  59. jetsam memory limit (inactive) = (unlimited)
  60. jetsamproperties category = daemon
  61. cpumon = default
  62.  
  63. properties = {
  64. partial import = 0
  65. launchd bundle = 0
  66. xpc bundle = 0
  67. keepalive = 0
  68. runatload = 1
  69. dirty at shutdown = 0
  70. low priority i/o = 0
  71. low priority background i/o = 0
  72. legacy timer behavior = 0
  73. exception handler = 0
  74. multiple instances = 0
  75. supports transactions = 0
  76. supports pressured exit = 0
  77. enter kdp before kill = 0
  78. wait for debugger = 0
  79. app = 0
  80. system app = 0
  81. creates session = 0
  82. inetd-compatible = 0
  83. inetd listener = 0
  84. abandon process group = 0
  85. one-shot = 0
  86. event monitor = 0
  87. penalty box = 0
  88. pended non-demand spawn = 1
  89. role account = 0
  90. launch only once = 0
  91. system support = 0
  92. app-like = 0
  93. inferred program = 0
  94. joins gui session = 0
  95. joins host session = 0
  96. parameterized sandbox = 0
  97. resolve program = 0
  98. abandon coalition = 0
  99. high bits aslr = 0
  100. extension = 0
  101. nano allocator = 0
  102. no initgroups = 0
  103. start on fs mount = 0
  104. endpoints initialized = 1
  105. disallow all lookups = 0
  106. system service = 0
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement