Skip to content

Commit

Permalink
v6.31
Browse files Browse the repository at this point in the history
+ DietPi-Software | Sonarr: Install from stable/master branch instead of develop
+ DietPi-Software | Sonarr/Radarr/Lidarr: Add /media to ReadWritePaths to not break instances where users use /media for their mounts: #3561
+ DietPi-Software | Sonarr/Radarr/Lidarr/Jackett: When enabling services for systemd-controlled startup at boot, wait for dietpi-boot.service which is a better measure to ensure network is up and time sync as well, required for any encrypted network access where certificates timestamps must match.
  • Loading branch information
MichaIng authored May 25, 2020
1 parent 16d105e commit 7a4350f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -5444,15 +5444,15 @@ Package: wireguard wireguard-dkms wireguard-tools\nPin: release n=bullseye\nPin-
else

DEPS_LIST='mediainfo'
Download_Install 'https://download.sonarr.tv/v2/develop/mono/NzbDrone.develop.tar.gz' /opt
Download_Install 'https://download.sonarr.tv/v2/master/mono/NzbDrone.master.tar.gz' /opt

fi

# Repo install
else

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xA236C58F409091A18ACA53CBEBFF6B99D9B78493
echo 'deb https://apt.sonarr.tv/ develop main' > /etc/apt/sources.list.d/sonarr.list
echo 'deb https://apt.sonarr.tv/ master main' > /etc/apt/sources.list.d/sonarr.list
G_AGUP
G_AGI nzbdrone

Expand Down Expand Up @@ -11381,7 +11381,7 @@ _EOF_
[Unit]
Description=Sonarr Daemon (DietPi)
Wants=network-online.target
After=network-online.target
After=network-online.target dietpi-boot.service

[Service]
SyslogIdentifier=Sonarr
Expand All @@ -11398,7 +11398,7 @@ ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
ReadWritePaths=/opt/NzbDrone /mnt /var/log/sonarr /tmp
ReadWritePaths=/opt/NzbDrone /mnt /media /var/log/sonarr /tmp

[Install]
WantedBy=multi-user.target
Expand Down Expand Up @@ -11435,7 +11435,7 @@ _EOF_
[Unit]
Description=Radarr Daemon (DietPi)
Wants=network-online.target
After=network-online.target
After=network-online.target dietpi-boot.service

[Service]
SyslogIdentifier=Radarr
Expand All @@ -11452,7 +11452,7 @@ ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
ReadWritePaths=/opt/Radarr /mnt /var/log/radarr /tmp
ReadWritePaths=/opt/Radarr /mnt /media /var/log/radarr /tmp

[Install]
WantedBy=multi-user.target
Expand Down Expand Up @@ -11489,7 +11489,7 @@ _EOF_
[Unit]
Description=Lidarr Daemon (DietPi)
Wants=network-online.target
After=network-online.target
After=network-online.target dietpi-boot.service

[Service]
SyslogIdentifier=Lidarr
Expand All @@ -11506,7 +11506,7 @@ ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
ReadWritePaths=/opt/Lidarr /mnt /var/log/lidarr /tmp
ReadWritePaths=/opt/Lidarr /mnt /media /var/log/lidarr /tmp

[Install]
WantedBy=multi-user.target
Expand Down Expand Up @@ -11579,7 +11579,7 @@ _EOF_
[Unit]
Description=Jackett (DietPi)
Wants=network-online.target
After=network-online.target
After=network-online.target dietpi-boot.service

[Service]
SyslogIdentifier=jackett
Expand Down

0 comments on commit 7a4350f

Please sign in to comment.