Update eventsource.pl
This commit is contained in:
parent
a6d2290b6e
commit
3dc5a951f2
|
|
@ -10,6 +10,7 @@ use Fcntl;
|
||||||
use Socket;
|
use Socket;
|
||||||
use JSON::PP;
|
use JSON::PP;
|
||||||
use XML::Simple;
|
use XML::Simple;
|
||||||
|
use Try::Tiny;
|
||||||
|
|
||||||
my $state_pty ="/dev/shm/state_pty";
|
my $state_pty ="/dev/shm/state_pty";
|
||||||
my $logfile = "/var/log/eventsource";
|
my $logfile = "/var/log/eventsource";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue