mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-05 15:32:54 +03:00
all: sync with master; upd chlog
This commit is contained in:
parent
b40bbf0260
commit
5f6fbe8e08
48 changed files with 878 additions and 375 deletions
internal/home
|
@ -30,6 +30,8 @@ import (
|
|||
// sysVersion is the version of local service.System interface implementation.
|
||||
const sysVersion = "openbsd-runcom"
|
||||
|
||||
// chooseSystem checks the current system detected and substitutes it with local
|
||||
// implementation if needed.
|
||||
func chooseSystem() {
|
||||
service.ChooseSystem(openbsdSystem{})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue