View | Details | Raw Unified
Collapse All | Expand All

(-) Init/Services.pm (-1 / +1 lines)
 Lines 802-808   sub set_gentoo_service_status Link Here 
  return if ($status == $old_status);
  return if ($status == $old_status);
  if ($action == $SERVICE_START)
  if ($status == $SERVICE_START)
  {
  {
    &Utils::File::run ("rc-update add $script $rl");
    &Utils::File::run ("rc-update add $script $rl");
    &run_gentoo_script ($script, "start");
    &run_gentoo_script ($script, "start");