Service.Exec is a slice of strings (#960)

This commit is contained in:
Milos Gajdos
2019-11-19 19:36:29 +00:00
committed by Asim Aslam
parent 64d5a528ca
commit d6e97c5970
7 changed files with 58 additions and 167 deletions

View File

@@ -83,7 +83,7 @@ type Service struct {
// Path to store source
Path string
// Exec command
Exec string
Exec []string
// Version of the service
Version string
}