Add unit reload support

This commit is contained in:
2026-03-09 16:43:24 -04:00
parent 038fbe1a17
commit da8db0d3a3
5 changed files with 85 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ func restart(_ context.Context, _ string, _ Options, _ ...string) error {
return nil
}
func reload(_ context.Context, _ string, _ Options, _ ...string) error {
return nil
}
func show(_ context.Context, _ string, _ properties.Property, _ Options, _ ...string) (string, error) {
return "", nil
}