aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/atftp/atftp
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-16 10:54:03 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-19 02:45:27 +0200
commit02023c1543d08bc2d51b739cf846eb49516e1269 (patch)
tree336be8d1b08784ac32f5b7bac8c34158fc564825 /meta-networking/recipes-daemons/atftp/atftp
parentbd790d44d2b07d660ee8c1d799d38ace22e0c455 (diff)
downloadmeta-openembedded-contrib-02023c1543d08bc2d51b739cf846eb49516e1269.tar.gz
atftp: move to meta-networking and tweak
* Add origin and Upstream-Status to patches * Set SUMMARY instead of DESCRIPTION * Add ${PN}d to PACKAGES instead of atftpd to be consistent with the rest of the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/atftp/atftp')
-rw-r--r--meta-networking/recipes-daemons/atftp/atftp/atftpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp/atftpd.service b/meta-networking/recipes-daemons/atftp/atftp/atftpd.service
new file mode 100644
index 0000000000..480bc702e9
--- /dev/null
+++ b/meta-networking/recipes-daemons/atftp/atftp/atftpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Advanced TFTP Server
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/atftpd --daemon --port 69
+
+[Install]
+WantedBy=multi-user.target