I'm a newbie in Arch, I've just installed plex on my Arch, but I can't change the user or library path, I move my old ubuntu's Library to my new $HOME folder but PMS runs as plex user, not my own (fajung), I can't config it as service with systemctl to autostart.
If I edit: /lib/systemd/system/plexmediaserver.service
[Service]
User=plex#fajung
Group=plex#fajung
with my username, Archlinux systemd[1]: Failed to start Plex Media Server.
what I have to edit to make plex media server run as service as my user and use $HOME/Library as main library?