SHA256
1
0
forked from pool/vsftpd

Accepting request 93775 from home:elvigia:branches:network

- fis copy/paste error in previous change 

- Add systemd unit

OBS-URL: https://build.opensuse.org/request/show/93775
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=29
This commit is contained in:
Cristian Rodríguez
2011-11-27 20:24:40 +00:00
committed by Git OBS Bridge
parent 20f58e7e8a
commit e1b264f17e
4 changed files with 23 additions and 3 deletions

10
vsftpd.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Vsftpd ftp daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf
[Install]
WantedBy=multi-user.target