1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/cmd/serve/docker/systemd_unsupported.go
2021-09-19 11:28:40 +01:00

13 lines
146 B
Go

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