mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
daf449b5f2
Fixes #4750 Co-authored-by: Ivan Andreev <ivandeex@gmail.com>
12 lines
117 B
Go
12 lines
117 B
Go
// +build !linux android
|
|
|
|
package docker
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func systemdActivationFiles() []*os.File {
|
|
return nil
|
|
}
|