--- lib/PXElator/daemons.pm 2009/08/16 21:27:15 227 +++ lib/PXElator/daemons.pm 2009/08/16 22:24:22 231 @@ -80,7 +80,7 @@ # child my $invoke = 'start'; $invoke = $1 if $daemon =~ s{/(.+)}{}; - if ( $daemon =~ m{dhcpd|tftpd|dnsd} ) { + if ( $daemon =~ m{dhcpd|tftpd|dnsd|syslogd} ) { my $exec = "perl -I$server::base_dir/lib -I$server::base_dir/lib/PXElator -M$daemon -e ${daemon}::${invoke}"; audit 'exec', $daemon, 'exec' => $exec; x11::xterm( $daemon => $exec );