configs_unsupported.go 90 B

1234567
  1. // +build !linux,!windows
  2. package daemon
  3. func configsSupported() bool {
  4. return false
  5. }