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:
committed by
Git OBS Bridge
parent
20f58e7e8a
commit
e1b264f17e
10
vsftpd.service
Normal file
10
vsftpd.service
Normal 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
|
Reference in New Issue
Block a user