mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-29 10:28:53 +03:00
6 lines
156 B
Go
6 lines
156 B
Go
package aghos
|
|
|
|
// PreCheckActionStart performs the service start action pre-check.
|
|
func PreCheckActionStart() (err error) {
|
|
return preCheckActionStart()
|
|
}
|