summaryrefslogtreecommitdiffstats
path: root/generic/lib/systemd/system/connman-ignore.service
blob: ac80f517c570db25400982104ee33de9cbcc051b (plain)
1
2
3
4
5
6
7
8
9
10
11
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