fixed #1005549 - vsftpd startup broken
This commit is contained in:
parent
e7a02f0bd0
commit
0c8f66aec4
@ -1,11 +1,10 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Vsftpd ftp daemon
|
Description=Vsftpd ftp daemon
|
||||||
After=network.target
|
After=network.target
|
||||||
PartOf=vsftpd.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
|
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=vsftpd.target
|
WantedBy=multi-user.target
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Very Secure Ftp Daemon
|
Summary: Very Secure Ftp Daemon
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -172,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/rc.d/init.d/vsftpd
|
%{_sysconfdir}/rc.d/init.d/vsftpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 10 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-7
|
||||||
|
- fixed #1005549 - vsftpd startup broken
|
||||||
|
|
||||||
* Wed Sep 04 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-6
|
* Wed Sep 04 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-6
|
||||||
- fixes usage pasv_address option in combination with external IP
|
- fixes usage pasv_address option in combination with external IP
|
||||||
- updated man pages - multile instances using vsftpd.target
|
- updated man pages - multile instances using vsftpd.target
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=FTP daemon
|
Description=FTP daemon
|
||||||
Documentation=man:vsftpd
|
After=network.target
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user