github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/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 }