plugorgau / eventstreamr

Single and multi room audio visual stream management.
GNU Affero General Public License v3.0
6 stars 12 forks source link

Station Mgr Command run Debug v Normal #8

Closed techman83 closed 10 years ago

techman83 commented 10 years ago

Make options a hash and put in an If debug block

      my $proc = $daemon->Init( {
           child_STDOUT => "/tmp/$device->{id}-STDOUT.log",
           child_STDERR => "/tmp/$device->{id}-STDERR.log",
           exec_command => $self->{device_commands}{$device->{id}}{command},
      } );