meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.service
Chen Qi 3efc0c1974 vsftpd: add systemd service file
Add systemd service for vsftpd.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-04 00:28:31 +02:00

10 lines
134 B
Desktop File

[Unit]
Description=Vsftpd ftp daemon
After=network.target
[Service]
ExecStart=@SBINDIR@/vsftpd
[Install]
WantedBy=multi-user.target