xref: /trueos/etc/launchd.d/com.apple.syslogd.json (revision 09a3783b047321b353804df2f6d9399ec8f47fa6)
1{
2  "HopefullyExitsLast": true,
3  "EnvironmentVariables": {
4    "ASL_DISABLE": "1"
5  },
6  "POSIXSpawnType": "Adaptive",
7  "MachServices": {
8    "com.apple.system.logger": {
9      "ResetAtClose": true
10    }
11  },
12  "EnableTransactions": true,
13  "ProgramArguments": [
14    "/usr/sbin/asld", "-d"
15  ],
16  "Sockets": {
17    "BSDSystemLogger": {
18      "SockPathMode": 438,
19      "SockPathName": "/var/run/log",
20      "SockType": "dgram"
21    }
22  },
23  "OnDemand": false,
24  "Label": "com.apple.syslogd"
25}
26