enable AUTOSTART for synology

This commit is contained in:
Max 2019-06-14 13:04:35 -04:00
commit 2c91c80a58
No known key found for this signature in database
GPG key ID: 0BDA73476CD8AB10

View file

@ -186,6 +186,8 @@ configure_plexupdate() {
[ -z "$DISTRO" ] && check_distro
if [ "$DISTRO" == "redhat" ]; then
AUTOSTART=yes
elif [ "$DISTRO" == "synology" ]; then
AUTOSTART=yes
else
AUTOSTART=
fi