task :start do
    on roles fetch(:foreman_roles) do
      case fetch(:foreman_init_system)
      when 'systemd'
        foreman_exec :systemctl, :enable, fetch(:foreman_app_name_systemd)