diff --git a/plexupdate.sh b/plexupdate.sh index 7b87a89..88ee4eb 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -520,6 +520,8 @@ if [ "${AUTOSTART}" = "yes" ]; then service plexmediaserver start elif [ -x /etc/init.d/plexmediaserver ]; then /etc/init.d/plexmediaserver start + elif [ "${DISTRO}" = "synology" ]; then + synopkg start "Plex Media Server" else error "AUTOSTART was specified but no startup scripts were found for 'plexmediaserver'." exit 1