]>
Commit | Line | Data |
---|---|---|
e91b9f68 A |
1 | .Dd January 10, 2005 |
2 | .Dt launchd.conf 5 | |
3 | .Os Darwin | |
4 | .Sh NAME | |
5 | .Nm launchd.conf | |
6 | .Nd launchd configuration file | |
7 | .Sh SYNOPSIS | |
8 | .Nm $HOME/.launchd.conf | |
9 | .Nm /etc/launchd.conf | |
10 | .Sh DESCRIPTION | |
11 | .Nm | |
12 | contains a list of subcommands to run via | |
13 | .Nm launchctl | |
14 | when | |
15 | .Nm launchd | |
16 | starts. | |
17 | .Sh FILES | |
18 | .Bl -tag -width "$HOME/.launchd.conf" -compact | |
19 | .It Pa $HOME/.launchd.conf | |
20 | Your launchd configuration file. | |
21 | .It Pa /etc/launchd.conf | |
22 | The system's launchd configuration file. | |
23 | .El | |
24 | .Sh SEE ALSO | |
25 | .Xr launchctl 1 , | |
26 | .Xr launchd 8 , | |
27 | .Xr launchd.plist 5 |