mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
systemd: Fix detection and switch to the coreos package everywhere
rather than having 2 separate libraries Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
f0c774156e
commit
298c13e719
@@ -6,8 +6,8 @@ package docker
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/coreos/go-systemd/activation"
|
||||
"github.com/coreos/go-systemd/util"
|
||||
"github.com/coreos/go-systemd/v22/activation"
|
||||
"github.com/coreos/go-systemd/v22/util"
|
||||
)
|
||||
|
||||
func systemdActivationFiles() []*os.File {
|
||||
|
||||
Reference in New Issue
Block a user