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 23, 2023
1 parent 33a66ed commit 516ee4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion modules.d/06rngd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends() {

install() {
inst rngd
inst_simple "${moddir}/rngd.service" "${systemdsystemunitdir}/rngd.service"
inst_simple "${systemdsystemunitdir}/rngd.service"
# 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 516ee4f

Please sign in to comment.