mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
9 lines
158 B
Go
9 lines
158 B
Go
|
//go:build !darwin
|
||
|
|
||
|
package aghos
|
||
|
|
||
|
// preCheckActionStart performs the service start action pre-check.
|
||
|
func preCheckActionStart() (err error) {
|
||
|
return nil
|
||
|
}
|