diff options
author | Yu Jiung <jiung.yu@samsung.com> | 2017-01-17 19:39:58 +0900 |
---|---|---|
committer | Jiung Yu <jiung.yu@samsung.com> | 2017-01-17 02:40:56 -0800 |
commit | a0eec7e1ef7d58d3cf490586dd1a4dbae2f99abf (patch) | |
tree | 2979f98117b36bc3930a6f09a535888d7e886976 | |
parent | a49d97e9195b58a7b8bab4f3af0ea0ca5ec158b2 (diff) | |
download | connman-accepted/tizen/mobile/20170117.231552.tar.gz connman-accepted/tizen/mobile/20170117.231552.tar.bz2 connman-accepted/tizen/mobile/20170117.231552.zip |
Fix service file for TV profile referring to mobile onesubmit/tizen/20170117.105810accepted/tizen/wearable/20170117.231624accepted/tizen/tv/20170117.231609accepted/tizen/mobile/20170117.231552accepted/tizen/ivi/20170117.231642accepted/tizen/common/20170117.175057
Change-Id: I683d96bef1b08acdd42bddf6eeedc659baad5d01
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
-rwxr-xr-x | packaging/connman.spec | 2 | ||||
-rw-r--r-- | src/connman_tv.service.in | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec index ec6a4573..5db54f07 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -4,7 +4,7 @@ Name: connman Version: 1.29 -Release: 19 +Release: 20 License: GPL-2.0+ Summary: Connection Manager Url: http://connman.net diff --git a/src/connman_tv.service.in b/src/connman_tv.service.in index c0328467..3bc442a5 100644 --- a/src/connman_tv.service.in +++ b/src/connman_tv.service.in @@ -1,12 +1,15 @@ [Unit] Description=Connection service +After=net-config.service +DefaultDependencies=no [Service] Type=dbus BusName=net.connman -RemainAfterExit=yes -ExecStartPre=/usr/bin/dbus-send --system --dest=net.netconfig / net.netconfig.auto.activate -ExecStart=/usr/sbin/connmand --noplugin vpn +Restart=on-failure +SmackProcessLabel=System +ExecStart=@sbindir@/connmand -n --noplugin vpn +StandardOutput=null CapabilityBoundingSet=~CAP_MAC_ADMIN CapabilityBoundingSet=~CAP_MAC_OVERRIDE |