summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPF4Public <PF4Public@users.noreply.github.com>2023-07-15 14:27:27 +0300
committerCraig Andrews <candrews@gentoo.org>2023-07-15 17:02:03 -0400
commit56426e6d86d59bc51b4b4c83d99785851cce04b9 (patch)
tree230469f239eac5a17b7c5fb6fbbb4d56ec924fb3 /www-apps/readarr
parentsys-apps/smcipmitool: update Manifest (diff)
downloadgentoo-56426e6d86d59bc51b4b4c83d99785851cce04b9.tar.gz
gentoo-56426e6d86d59bc51b4b4c83d99785851cce04b9.tar.bz2
gentoo-56426e6d86d59bc51b4b4c83d99785851cce04b9.zip
www-apps/readarr: Fix typo in initscript
Signed-off-by: PF4Public <PF4Public@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/31896 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apps/readarr')
-rw-r--r--www-apps/readarr/files/readarr.init3
1 files changed, 1 insertions, 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
-