Configuration boolean data type

The boolean data type contains a true or false value. The values yes, on, and 1 evaluate to true. The values no, off, and 0 evaluate to false.

Example
status_server = yes