Skip to content

Commit

Permalink
Add VSFTPD #116
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Dec 6, 2021
1 parent 7c3fb8f commit 895765f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions etc/systemd/vsftpd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=vsftpd FTP server
After=network.target

[Service]
Type=simple
ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf
ExecReload=/bin/kill -HUP $MAINPID
ExecStartPre=-/bin/mkdir -p /var/run/vsftpd/empty

[Install]
WantedBy=multi-user.target

0 comments on commit 895765f

Please sign in to comment.