1option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 2option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK') 3option('strict-failsafe-pwm', type: 'boolean', value: false, description: 'Set the fans strictly at the failsafe PWM when in failsafe mode') 4option('offline-failsafe-pwm', type: 'boolean', value: false, description: 'Set the fans at the failsafe PWM when reloading or terminated.') 5option('systemd_target', type: 'string', value: 'multi-user.target', description: 'Target for starting this service') 6option('unc-failsafe', type: 'boolean', value: false, description: 'Set the fans to failsafe mode when a temp sensor is above upper non-critical threshold') 7