Package Details: recyclarr 8.6.0-1

Git Clone URL: https://aur.archlinux.org/recyclarr.git (read-only, click to copy)
Package Base: recyclarr
Description: Automatically synchronize recommended settings from the TRaSH guides to your Sonarr/Radarr instances.
Upstream URL: https://recyclarr.dev
Licenses: MIT
Submitter: txtsd
Maintainer: txtsd (fryfrog)
Last Packager: txtsd
Votes: 2
Popularity: 0.000160
First Submitted: 2024-10-18 03:34 (UTC)
Last Updated: 2026-04-26 17:49 (UTC)

Dependencies (8)

Required by (0)

Sources (6)

Latest Comments

Gilrain commented on 2026-05-09 06:18 (UTC)

Hi, The service's file StartLimit* are in the wrong section. They should be in Unit as per systemd.unit man.

SoLoR commented on 2026-03-11 08:46 (UTC)

You are correct :) recyclarr and recyclarr-bin are using different path for binary, i should file this under recyclarr-bin :/

txtsd commented on 2026-03-11 08:21 (UTC)

/usr/lib/recyclarr/recyclarr is correct. This package installs nothing to /usr/bin. I will upload a 5 restarts per hour limit shortly.

SoLoR commented on 2026-03-11 08:11 (UTC)

service file doesnt seems to be correct:

/usr/lib/recyclarr/recyclarr

does not exist

shouldnt be /usr/bin/recyclarr ?

Also there should be some kind of limit on number of restarts, if config is broken because of and update and you dont notice, service just keeps restarting every 5 sec :)

txtsd commented on 2026-03-09 12:55 (UTC)

Sorry it took a while. It's updated correctly now.

Gilrain commented on 2026-02-28 10:55 (UTC)

Hi, here's a patch to update the service file to v8.0.

diff --git a/recyclarr.service b/recyclarr.service
index d62224b..99815c2 100644
--- a/recyclarr.service
+++ b/recyclarr.service
@@ -12,7 +12,8 @@ Type=oneshot
 User=recyclarr
 Group=recyclarr
 SyslogIdentifier=recyclarr
-ExecStart=/usr/lib/recyclarr/recyclarr sync --app-data /var/lib/recyclarr --config /etc/recyclarr/recyclarr.yml
+Environment=RECYCLARR_CONFIG_DIR=/var/lib/recyclarr
+ExecStart=/usr/lib/recyclarr/recyclarr sync --config /etc/recyclarr/recyclarr.yml
 Restart=on-failure
 RestartSec=5

txtsd commented on 2024-12-03 08:10 (UTC)

@Pqolk Thanks for reporting! I've pushed the change.

Pqolk commented on 2024-12-03 07:00 (UTC)

backup=('etc/recyclarr/recyclarr.yml')