Update eventsource.pl

This commit is contained in:
Levent K 2020-11-09 20:43:23 +01:00 committed by GitHub
parent a6d2290b6e
commit 3dc5a951f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use Fcntl;
use Socket;
use JSON::PP;
use XML::Simple;
use Try::Tiny;
my $state_pty ="/dev/shm/state_pty";
my $logfile = "/var/log/eventsource";