summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-01-22 22:04:45 +0100
committerSeth Mos <seth.mos@dds.nl>2011-01-22 22:04:45 +0100
commite5d83b70cfb8ee128cc71b842e080abc7f8b218b (patch)
tree22138e182114f6287fae3e6e78508f60dc4d8322 /etc/inc/services.inc
parent462f9006075313e1bdeb0cfe07db54e3156fda16 (diff)
downloadpfsense-e5d83b70cfb8ee128cc71b842e080abc7f8b218b.zip
pfsense-e5d83b70cfb8ee128cc71b842e080abc7f8b218b.tar.gz
Fix dhcp server group
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 1d923b0..0fa3c98 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -717,12 +717,12 @@ EOD;
/* fire up dhcpd in a chroot */
if(count($dhcpdifs) > 0) {
- mwexec("/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot {$g['dhcpd_chroot_path']} -cf /etc/dhcpd.conf " .
+ mwexec("/usr/local/sbin/dhcpd -user dhcpd -group _dhcp -chroot {$g['dhcpd_chroot_path']} -cf /etc/dhcpd.conf " .
join(" ", $dhcpdifs));
}
if(count($dhcpdv6ifs) > 0) {
- mwexec("/usr/local/sbin/dhcpd -6 -user dhcpd -group dhcpd -chroot {$g['dhcpd_chroot_path']} -cf /etc/dhcpdv6.conf " .
+ mwexec("/usr/local/sbin/dhcpd -6 -user dhcpd -group _dhcp -chroot {$g['dhcpd_chroot_path']} -cf /etc/dhcpdv6.conf " .
join(" ", $dhcpdv6ifs));
mwexec("/usr/sbin/rtadvd " . join(" ", $dhcpdv6ifs));
}
OpenPOWER on IntegriCloud