summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Jiung <jiung.yu@samsung.com>2017-01-17 19:39:58 +0900
committerJiung Yu <jiung.yu@samsung.com>2017-01-17 02:43:38 -0800
commitfc578d194ab378e08cd58ccc90dccce4d9425b4e (patch)
treec2e674b65a509cd59dd91f33336b5f501d9c0a4b
parent7ea58cc3097778f08b35f24a88d6e36cb4066a62 (diff)
downloadconnman-accepted/tizen/3.0/wearable/20170118.230441.tar.gz
connman-accepted/tizen/3.0/wearable/20170118.230441.tar.bz2
connman-accepted/tizen/3.0/wearable/20170118.230441.zip
Change-Id: I683d96bef1b08acdd42bddf6eeedc659baad5d01 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
-rwxr-xr-xpackaging/connman.spec2
-rw-r--r--src/connman_tv.service.in9
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