diff --git a/extras/installer.sh b/extras/installer.sh index 672070d..e7df4c8 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -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