Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e2922e + 2596f33 commit 3024bc7Copy full SHA for 3024bc7
systemd.go
@@ -54,7 +54,7 @@ func Slice(slice, name string) Path {
54
slice = defaultSlice
55
}
56
return func(subsystem Name) (string, error) {
57
- return filepath.Join(slice, unitName(name)), nil
+ return filepath.Join(slice, name), nil
58
59
60
0 commit comments