diff options
author | PF4Public <PF4Public@users.noreply.github.com> | 2023-07-15 14:27:27 +0300 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2023-07-15 17:02:03 -0400 |
commit | 56426e6d86d59bc51b4b4c83d99785851cce04b9 (patch) | |
tree | 230469f239eac5a17b7c5fb6fbbb4d56ec924fb3 /www-apps/readarr | |
parent | sys-apps/smcipmitool: update Manifest (diff) | |
download | gentoo-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.init | 3 |
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 - |