diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-30 14:05:49 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-30 13:05:44 +0000 |
commit | 9b853950e8f87ae2e6c8b9f9f4316e2ec88a8701 (patch) | |
tree | 5fc6b0562b883ac3f205adb9b440a5acfbc7a79f | |
parent | d9127028f16e7a10040c49dcd38721d3c56946da (diff) | |
download | meta-boot2qt-9b853950e8f87ae2e6c8b9f9f4316e2ec88a8701.tar.gz |
emulator: set correct type for emulatorproxyd service
Change-Id: I189a4f7224ffb8597777e36b0cc1a83eca393a92
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxy.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxy.service b/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxy.service index d48ed41..b4bed0a 100644 --- a/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxy.service +++ b/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxy.service | |||
@@ -1,6 +1,7 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=QtSimulator Proxy Daemon | 2 | Description=QtSimulator Proxy Daemon |
3 | After=systemd-user-sessions.service | 3 | After=systemd-user-sessions.service |
4 | Type=forking | ||
4 | 5 | ||
5 | [Service] | 6 | [Service] |
6 | ExecStart=/usr/bin/emulatorproxyd | 7 | ExecStart=/usr/bin/emulatorproxyd |