github.com/artpar/rclone@v1.67.3/cmd/serve/docker/systemd_unsupported.go (about) 1 //go:build !linux || android 2 3 package docker 4 5 import ( 6 "os" 7 ) 8 9 //lint:ignore U1000 unused when not building linux 10 func systemdActivationFiles() []*os.File { 11 return nil 12 }