40 lines
1.8 KiB
Diff
40 lines
1.8 KiB
Diff
diff -up vsftpd-2.3.4/vsftpd.8.sd vsftpd-2.3.4/vsftpd.8
|
|
--- vsftpd-2.3.4/vsftpd.8.sd 2011-08-03 11:02:30.509291451 +0200
|
|
+++ vsftpd-2.3.4/vsftpd.8 2011-08-03 15:50:00.024014865 +0200
|
|
@@ -25,6 +25,8 @@ in
|
|
Direct execution of the
|
|
.Nm vsftpd
|
|
binary will then launch the FTP service ready for immediate client connections.
|
|
+.Pp
|
|
+Systemd changes the vsftpd start-up. When the SysV initscript attempts to start one instance of the vsftpd daemon for each of /etc/vsftpd/*.conf file, each configuration file requires a correct symbolic link to the vsftpd@.service file.The name of the symbolic link must contain the name of the configuration file. See systemd.unit(5) for details. Each instance of the vsftpd daemon is started separately. See systemd.unit(5).
|
|
.Sh OPTIONS
|
|
An optional
|
|
configuration file or files
|
|
@@ -55,6 +57,11 @@ the "ftpd_banner" setting is set to "bla
|
|
setting and any identical setting that was in the config file.
|
|
.Sh FILES
|
|
.Pa /etc/vsftpd/vsftpd.conf
|
|
+.Pp
|
|
+.Pa /lib/systemd/system/vsftpd@.conf
|
|
+.Pp
|
|
+.Pa /lib/systemd/system/vsftpd@vsftpd.conf
|
|
.Sh SEE ALSO
|
|
.Xr vsftpd.conf 5
|
|
+.Xr systemd.unit 5
|
|
.end
|
|
diff -up vsftpd-2.3.4/vsftpd.conf.5.sd vsftpd-2.3.4/vsftpd.conf.5
|
|
--- vsftpd-2.3.4/vsftpd.conf.5.sd 2011-08-03 11:02:37.480372306 +0200
|
|
+++ vsftpd-2.3.4/vsftpd.conf.5 2011-08-03 15:50:29.435371891 +0200
|
|
@@ -13,6 +13,11 @@ inetd such as
|
|
to launch vsftpd with different configuration files on a per virtual host
|
|
basis.
|
|
|
|
+Systemd changes the vsftpd daemon start-up. Each configuration file
|
|
+requires a correct symbolic link to the vsftpd@.service file. The name
|
|
+of the symbolic link must contain the name of the configuration file.
|
|
+See systemd.unit(5) for details.
|
|
+
|
|
.SH FORMAT
|
|
The format of vsftpd.conf is very simple. Each line is either a comment or
|
|
a directive. Comment lines start with a # and are ignored. A directive line
|