summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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