# File lib/simp/cli/config/items/data/simp_run_level.rb, line 7 def initialize super @key = 'simp::runlevel' #TODO allow systemd options ('rescue','multi-user','graphical'). 1-5 is # compatible both with # systemv (CentOS6) and systemd (CentOS7). @description = %Q{The default system runlevel (1-5).} end