rclone/cmd/serve/docker/systemd_unsupported.go

13 lines
172 B
Go
Raw Normal View History

2021-09-09 20:25:25 +08:00
//go:build !linux || android
package docker
import (
"os"
)
//lint:ignore U1000 unused when not building linux
func systemdActivationFiles() []*os.File {
return nil
}