OSDN Git Service

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

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