Skip to content

Commit

Permalink
chkconfig is needed to create rc.d symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed May 16, 2022
1 parent c6b1e05 commit 486f85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updateboot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
}
elsif (-d "/etc/init.d") {
copy_source_dest("usermin-init", "/etc/init.d/$product");
system("chkconfig --add $product >/dev/null 2>&1");
}

sub get_systemd_root
Expand Down

0 comments on commit 486f85d

Please sign in to comment.