AdGuardHome/internal/aghos/service.go

7 lines
156 B
Go
Raw Permalink Normal View History

2023-06-07 18:04:01 +01:00
package aghos
// PreCheckActionStart performs the service start action pre-check.
func PreCheckActionStart() (err error) {
return preCheckActionStart()
}