Fix service file for TV profile referring to mobile one 75/110675/2 accepted/tizen/common/20170117.175057 accepted/tizen/ivi/20170117.231642 accepted/tizen/mobile/20170117.231552 accepted/tizen/tv/20170117.231609 accepted/tizen/wearable/20170117.231624 submit/tizen/20170117.105810
authorYu Jiung <jiung.yu@samsung.com>
Tue, 17 Jan 2017 10:39:58 +0000 (19:39 +0900)
committerJiung Yu <jiung.yu@samsung.com>
Tue, 17 Jan 2017 10:40:56 +0000 (02:40 -0800)
Change-Id: I683d96bef1b08acdd42bddf6eeedc659baad5d01
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/connman.spec
src/connman_tv.service.in

index ec6a457..5db54f0 100755 (executable)
@@ -4,7 +4,7 @@
 
 Name:           connman
 Version:        1.29
-Release:        19
+Release:        20
 License:        GPL-2.0+
 Summary:        Connection Manager
 Url:            http://connman.net
index c032846..3bc442a 100644 (file)
@@ -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