diff options
| author | Roy Li <rongqing.li@windriver.com> | 2015-02-09 10:39:20 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-11 21:25:41 -0500 |
| commit | de5d7d91baba0d621633746072f3c04fdf8fb7ef (patch) | |
| tree | cb39e15a9c8693e33414b34b2f74c15071724a5d /meta-networking/recipes-daemons/proftpd/files | |
| parent | 2166c638b497010bfc51cb3d04581ae35c8a8e11 (diff) | |
| download | meta-openembedded-de5d7d91baba0d621633746072f3c04fdf8fb7ef.tar.gz | |
proftpd: add systemd support
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd/files')
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/files/proftpd.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/files/proftpd.service b/meta-networking/recipes-daemons/proftpd/files/proftpd.service new file mode 100644 index 0000000000..ba97f8e1ca --- /dev/null +++ b/meta-networking/recipes-daemons/proftpd/files/proftpd.service | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=proftpd Daemon | ||
| 3 | |||
| 4 | [Service] | ||
| 5 | Type=forking | ||
| 6 | ExecStart=-@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf | ||
| 7 | StandardError=syslog | ||
