mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02: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
|