config.proto: Exe.path is required
authorRobert Swiecki <robert@swiecki.net>
Mon, 1 Apr 2019 20:43:17 +0000 (22:43 +0200)
committerRobert Swiecki <robert@swiecki.net>
Mon, 1 Apr 2019 20:43:17 +0000 (22:43 +0200)
config.proto

index 5665b20475a7dbcbf6ba59a169729acd2ef26faa..90091be92fa2bbb40c8b2b3fdf2533ee0eea0d84 100644 (file)
@@ -66,7 +66,7 @@ enum RLimit {
 }
 message Exe {
     /* Will be used both as execv's path and as argv[0] */
-    optional string path = 1;
+    required string path = 1;
     /* This will be argv[1] and so on.. */
     repeated string arg = 2;
     /* Override argv[0] */