diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-28 15:54:05 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-04 00:28:31 +0200 |
| commit | 3efc0c1974fd5191d04a8d8d622016e137d24ca0 (patch) | |
| tree | 643e60cf3f7d61657d4fb41a20b50c26411fad60 /meta-networking/recipes-daemons/vsftpd/files | |
| parent | fd7973168ab1c8f696cc5e8bcddfeac224cfc775 (diff) | |
| download | meta-openembedded-3efc0c1974fd5191d04a8d8d622016e137d24ca0.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd/files')
| -rw-r--r-- | meta-networking/recipes-daemons/vsftpd/files/vsftpd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/files/vsftpd.service b/meta-networking/recipes-daemons/vsftpd/files/vsftpd.service new file mode 100644 index 0000000000..e271020267 --- /dev/null +++ b/meta-networking/recipes-daemons/vsftpd/files/vsftpd.service | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Vsftpd ftp daemon | ||
| 3 | After=network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | ExecStart=@SBINDIR@/vsftpd | ||
| 7 | |||
| 8 | [Install] | ||
| 9 | WantedBy=multi-user.target | ||
