Lines 29-46
Link Here
|
29 |
group dhcp-fwd |
29 |
group dhcp-fwd |
30 |
|
30 |
|
31 |
## chroot() path |
31 |
## chroot() path |
32 |
chroot /var/lib/dhcp-fwd |
32 |
chroot /chroot/dhcp-fwd |
33 |
|
33 |
|
34 |
## Logfile and loglevel. The logfile-location is relatively to the |
34 |
## Logfile and loglevel. The logfile-location is relatively to the |
35 |
## directory where dhcp-fwd was started and not to the chroot-directory. |
35 |
## directory where dhcp-fwd was started and not to the chroot-directory. |
36 |
## |
36 |
## |
37 |
## The loglevel option is not supported yet. |
37 |
## The loglevel option is not supported yet. |
38 |
logfile /var/log/dhcp-fwd.log |
38 |
logfile /var/log/dhcp-fwd.log |
39 |
loglevel 1 |
39 |
#loglevel 1 |
40 |
|
40 |
|
41 |
## SysV pidfile; contains the PID of the daemon-process and will be |
41 |
## SysV pidfile; contains the PID of the daemon-process and will be |
42 |
## written with root-privileges |
42 |
## written with root-privileges |
43 |
pidfile /var/run/dhcp-fwd.pid |
43 |
pidfile $PIDFILE |
44 |
|
44 |
|
45 |
|
45 |
|
46 |
## Set limit for resources. When using much interfaces or servers |
46 |
## Set limit for resources. When using much interfaces or servers |