blob: e0d2d1aa2be6aaac5b116b9137c2b0ca580d2017 [file] [log] [blame]
Sapan Bhatia8c95eb42017-05-02 12:17:52 +02001option app_label = "fabric";
2option verbose_name = "Fabric Service";
3option kind = "fabric";
4
5message FabricService(Service){
6 optional bool autoconfig = 1 [default = True, help_text="Autoconfigure the fabric", null=False];
7}