I'm actually having a few problems. I'm trying to turn my Pi into a router and I have everything installed correctly and I'm familiar with Arch since I've been using it on my desktop for years. First off, I'm trying to disable multi-user.target and graphical.target via systemctl disable and when I issue the command it doesn't give any output such as removing the symlink and it says that it has stopped the services in the logs, yet they're still active upon bootup and take forever to launch.
My second problem is caused by another service bringing up eth0 before my lan-profile from netctl does, so when netctl tries to bring up the interface it fails because it's already up. What service do I have to disable to stop this from happening?