Files
rclone/cmd/serve/docker/systemd_unsupported.go
T
2021-07-10 23:56:09 +03:00

12 lines
117 B
Go

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