OSDN Git Service

New service: vsftpd
authormobinmob <mobinmob@disroot.org>
Tue, 25 Aug 2020 18:06:57 +0000 (21:06 +0300)
committermobinmob <mobinmob@disroot.org>
Tue, 25 Aug 2020 18:06:57 +0000 (21:06 +0300)
usr/share/66/service/vsftpd [new file with mode: 0644]

diff --git a/usr/share/66/service/vsftpd b/usr/share/66/service/vsftpd
new file mode 100644 (file)
index 0000000..1090b28
--- /dev/null
@@ -0,0 +1,9 @@
+[main]
+@type = classic
+@version = @VERSION@
+@description = "vsftpd server daemon"
+@user = ( root )
+@options = ( log )
+
+[start]
+@execute = ( vsftpd -obackground=no )