Removed unneccessary output from dhcp startup on OpenBSD.
This commit is contained in:
parent
3cc7f9a30f
commit
bf4ad72690
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class dhcp::server {
|
|||
Service["dhcpd"] {
|
||||
name => "isc-dhcpd",
|
||||
binary => "/usr/local/sbin/dhcpd",
|
||||
start => "/usr/local/sbin/dhcpd > /dev/null",
|
||||
start => "/usr/local/sbin/dhcpd -q",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue