use CommandContext

This commit is contained in:
Tai Groot
2021-05-14 16:12:56 -07:00
parent 7762c3af12
commit 8bb696fb51
3 changed files with 44 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package systemctl
// TODO
func IsFailed(unit string) (bool, error) {
return false, nil
}