mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-06-08 15:23:33 +02:00
Update App version to 0.1.2
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
5
main.go
5
main.go
@@ -35,6 +35,7 @@ func Main() {
|
||||
Interface("app_version", appVersionLocal).
|
||||
Msg("starting KVM")
|
||||
|
||||
go watchAdcKeysLongPressReset(appCtx)
|
||||
go runWatchdog()
|
||||
go confirmCurrentSystem() //A/B system
|
||||
if isNewEnoughSystem {
|
||||
@@ -57,6 +58,10 @@ func Main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
if err := ApplyFirewallConfig(config.Firewall); err != nil {
|
||||
logger.Warn().Err(err).Msg("failed to apply firewall config")
|
||||
}
|
||||
|
||||
// Initialize time sync
|
||||
initTimeSync()
|
||||
timeSync.Start()
|
||||
|
||||
Reference in New Issue
Block a user