package types

// ServiceDaemon struct to a service daemon.
type ServiceDaemon struct {
	Command string
	Args    []string
}
