commit: 56426e6d86d59bc51b4b4c83d99785851cce04b9 Author: PF4Public <PF4Public <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Jul 15 11:27:27 2023 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sat Jul 15 21:02:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56426e6d
www-apps/readarr: Fix typo in initscript Signed-off-by: PF4Public <PF4Public <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/31896 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> www-apps/readarr/files/readarr.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/readarr/files/readarr.init b/www-apps/readarr/files/readarr.init index 5795edbcceb3..88cdbc9f597d 100644 --- a/www-apps/readarr/files/readarr.init +++ b/www-apps/readarr/files/readarr.init @@ -1,7 +1,6 @@ #!/sbin/openrc-run pidfile="/run/readarr.pid" -command="/opt/readarr/Radarr" +command="/opt/readarr/Readarr" command_user="readarr:readarr" command_background=true -
