# File lib/simp/cli/config/items/data/svckill_mode.rb, line 37
    def recommended_value
      # We recommend 'warning' instead of 'enforcing', because 'warning' is not
      # destructive, should the user fail to declare their services. Issuing a
      # 'warning' gives the user time to figure out what services they need to
      # declare, without rendering their system unusable.
      'warning'
    end