vsftpd can't visit /var and subdirectory
hello,
I'm using Fedora 16, and yum the vsftpd. At first any thing is OK but vsftpd can't start automatically when system boot. So I put links in wants.
su
cd /etc/systemd/system/multi-user.target.wants/
ln -s /lib/systemd/system/vsftpd.service
cd /etc/systemd/system/graphical.target.wants/
ln -s /lib/systemd/system/vsftpd.service
Then, reboot, vsftpd starts with system, but there isn't any vsftpd.service in /lib/systemed/system/*wants/, so I can not let it stop automatically start, even use
systemctl off vsftpd.service
What's more, I can't visit /var via ftp client.
Sorry, I'm not English speaker.