summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/portmap/portmap/portmap.service
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-09-14 14:48:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-16 22:14:05 +0100
commit14adc48816bad158c04807ba1c6bb61978883b23 (patch)
treef21e0502de4f4cbb28d7d303db9a97777f922426 /meta/recipes-connectivity/portmap/portmap/portmap.service
parentd11ec7ff01aed928d48f498457df456a9a784ed3 (diff)
downloadpoky-14adc48816bad158c04807ba1c6bb61978883b23.tar.gz
portmap: add systemd service file
Add systemd service file for systemd support. (From OE-Core rev: cc44cb2888f1ddecdd01d7bc414f7ac3043d1372) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/portmap/portmap/portmap.service')
-rw-r--r--meta/recipes-connectivity/portmap/portmap/portmap.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/portmap/portmap/portmap.service b/meta/recipes-connectivity/portmap/portmap/portmap.service
new file mode 100644
index 0000000000..7ef9d7b02e
--- /dev/null
+++ b/meta/recipes-connectivity/portmap/portmap/portmap.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=The RPC portmapper
3After=network.target
4
5[Service]
6Type=forking
7ExecStart=@BASE_SBINDIR@/portmap
8
9[Install]
10WantedBy=multi-user.target