rclone/cmd/serve/docker/systemd_unsupported.go
2021-09-09 20:43:59 +03:00

13 lines
146 B
Go

//go:build !linux || android
// +build !linux android
package docker
import (
"os"
)
func systemdActivationFiles() []*os.File {
return nil
}