Advertisement
Guest User

Untitled

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