mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
12 lines
117 B
Go
12 lines
117 B
Go
// +build !linux android
|
|
|
|
package docker
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func systemdActivationFiles() []*os.File {
|
|
return nil
|
|
}
|