Skip to content

Commit

Permalink
fix(rngd): install system service file
Browse files Browse the repository at this point in the history
as there's no reason to keep a copy; there shouldn't be any modifications.
  • Loading branch information
pvalena committed Jul 24, 2023
1 parent 33a66ed commit dc7ecb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion modules.d/06rngd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ depends() {

install() {
inst rngd
inst_simple "${moddir}/rngd.service" "${systemdsystemunitdir}/rngd.service"
inst_simple "${systemdsystemunitdir}/rngd.service"

echo > ${NEWROOT}/etc/sysconfig/rngd

# make sure dependant libs are installed too
inst_libdir_file opensc-pkcs11.so

Expand Down
8 changes: 0 additions & 8 deletions modules.d/06rngd/rngd.service

This file was deleted.

0 comments on commit dc7ecb4

Please sign in to comment.