mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-06 00:37:03 +08:00
add ability to list all units
This commit is contained in:
@@ -3,3 +3,11 @@ package systemctl
|
||||
type Options struct {
|
||||
UserMode bool
|
||||
}
|
||||
|
||||
type Unit struct {
|
||||
Name string
|
||||
Load string
|
||||
Active string
|
||||
Sub string
|
||||
Description string
|
||||
}
|
||||
|
Reference in New Issue
Block a user