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