diff --git a/scripts/services/systemd b/scripts/services/systemd index e2b0824..3658139 100644 --- a/scripts/services/systemd +++ b/scripts/services/systemd @@ -189,7 +189,7 @@ while (defined(my $ThisLine = )) { } elsif (my ($target) = ($ThisLine =~ /^Reached target (.*)\.$/)) { $Target{$target}++; $LastTarget = $target; - } elsif (my ($session, $user) = ($ThisLine =~ /^Started Session ([[:xdigit:]]+) of user (.*)\.$/)) { + } elsif (my ($session, $user) = ($ThisLine =~ /^Started Session ([[:xdigit:]]+) of [uU]ser (.*)\.$/)) { $UserSession{$user}->{$session}++; } elsif (my ($service) = ($ThisLine =~ /^Activated (.*)\.$/)) { $Activated{$service}++;