summaryrefslogtreecommitdiff
path: root/recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-11-27 13:48:05 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-12-08 02:20:43 +0100
commit61f49e7c40c9151a44b1750633dda6eb7b882603 (patch)
treee50fed97cf6a7df19b6a7f9945f3161f356949e0 /recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service
parent109e1b90ec072be6e625b8afb68c6cf5a245d130 (diff)
qt4-x11-free-systemd.bb: move init script to /usr/bin
Due to the move to systemd, all init scripts located under /etc/init.d get deleted by the inherited systemd recipes (systemd.inc). Since we don't use the script as a system V init script, we can move the script to /usr/bin.
Diffstat (limited to 'recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service')
-rw-r--r--recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service b/recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service
index 22ed75d..9a5610c 100644
--- a/recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service
+++ b/recipes-qt/qt4/qt4-x11-free-systemd/qtdemo.service
@@ -3,8 +3,8 @@ Description=start X and qtdemo
[Service]
Type=forking
-ExecStart=/etc/init.d/qtdemo-init start
-ExecStop=/etc/init.d/qtdemo-init stop
+ExecStart=/usr/bin/qtdemo-init start
+ExecStop=/usr/bin/qtdemo-init stop
[Install]
WantedBy=graphical.target