[Lunar-commits] <moonbase-other> vsftpd: add vsftpd.service file.

Florin Braescu florin at lunar-linux.org
Tue Nov 18 16:51:39 CET 2014


commit 00b56b8018aa85045b74756915dacbcd02996c24
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 18 Nov 2014 17:51:15 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/00b56b8018aa85045b74756915dacbcd02996c24

vsftpd: add vsftpd.service file.
---
  ftp/vsftpd/systemd.d/vsftpd.service | +9/-0     
  1 file changed, 9 insertions(+)

--- /dev/null
+++ b/ftp/vsftpd/systemd.d/vsftpd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=vsftpd ftp server
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/vsftpd
+
+[Install]
+WantedBy=multi-user.target




More information about the Lunar-commits mailing list