configs_linux.go 79 B

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