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

@@ -20,7 +20,7 @@ message Service {
// local path of the source
string path = 4;
// command to execute
string exec = 5;
repeated string exec = 5;
}
message CreateOptions {