github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/mesos/pkg/types/service-daemon.go (about)

     1  package types
     2  
     3  // ServiceDaemon struct to a service daemon.
     4  type ServiceDaemon struct {
     5  	Command string
     6  	Args    []string
     7  }