mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 06:41:35 +00:00
Add systemd service for vsftpd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
134 B
Desktop File
10 lines
134 B
Desktop File
[Unit]
|
|
Description=Vsftpd ftp daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=@SBINDIR@/vsftpd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|