summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui-server
diff options
context:
space:
mode:
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>2013-09-12 06:31:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-14 08:29:41 +0100
commit27bb9d0a9025043250edd09a334e6657073f26a3 (patch)
treece0d03b4cfa82f84852981a852bf0c0fb7a02563 /meta/recipes-kernel/oprofile/oprofileui-server
parent34e875e7ecd641f9128d4eb8ef2e78902d876c03 (diff)
downloadpoky-27bb9d0a9025043250edd09a334e6657073f26a3.tar.gz
oprofileui-server: Add systemd support
-Remove dependency on meta-systemd (From OE-Core rev: 177bf318bcd3dd2bfb3bec094b1f5ccac7bdd9ac) Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui-server')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service b/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
new file mode 100644
index 0000000000..1a2cbe62ea
--- /dev/null
+++ b/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
@@ -0,0 +1,6 @@
1[Unit]
2Description=OProfileUI Server
3After=network.target
4
5[Service]
6ExecStart=/bin/sh -c ". @SYSCONFDIR@/profile; @BINDIR@/oprofile-server"