feat: initial daemon implementation
This commit is contained in:
@@ -99,3 +99,8 @@ func (d Distro) RootFS() string {
|
||||
|
||||
return ""
|
||||
}
|
||||
|
||||
type Command struct {
|
||||
Distro Distro
|
||||
Command string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user