summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/connman-ignore.service
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/lib/systemd/system/connman-ignore.service')
-rw-r--r--projectroot/lib/systemd/system/connman-ignore.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/projectroot/lib/systemd/system/connman-ignore.service b/projectroot/lib/systemd/system/connman-ignore.service
new file mode 100644
index 000000000..ac80f517c
--- /dev/null
+++ b/projectroot/lib/systemd/system/connman-ignore.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Connection Manager configuration (ignore kernel activated network interfaces)
+Before=connman.service
+ConditionPathExists=!/run/connman-ignore
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/lib/systemd/connman-ignore
+
+[Install]
+WantedBy=connman.service