summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/NetworkManager-unmanage.service
blob: 9e41dc56277526ae7fcfb0a1237df9d051219bae (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Network Manager configuration (ignore kernel activated network interfaces)
Before=NetworkManager.service
ConditionPathExists=!/var/run/NetworkManager.conf

[Service]
Type=oneshot
ExecStart=/lib/init/nm-unmanage.sh

[Install]
WantedBy=NetworkManager.service