*`name` - (Required) Tthe name of the unit. This must be suffixed with a valid unit type (e.g. _thing.service_).
*`enable` - (Optional) Whether or not the service shall be enabled. When true, the service is enabled. In order for this to have any effect, the unit must have an install section. (default true)
*`mask` - (Optional) Whether or not the service shall be masked. When true, the service is masked by symlinking it to _/dev/null_.