DistroService: log the detected distro.

This commit is contained in:
Sébastien Atoch
2025-10-25 22:22:18 -04:00
parent 4f0f159bff
commit c5acc77fc9
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ ShellRoot {
BatteryService.init()
IdleInhibitorService.init()
PowerProfileService.init()
DistroService.init()
}
Background {}