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
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.
status_server = yes