Skip to content

Commit

Permalink
Add network.service in the blacklist
Browse files Browse the repository at this point in the history
On Red Hat systems without NetworkManager installed, this service
handles network configuration and MUST NOT be restarted.
  • Loading branch information
duck-rh committed Mar 27, 2019
1 parent 2c2e23a commit a0d2092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ex/needrestart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ $nrconf{override_rc} = {

# networking stuff
qr(^bird) => 0,
qr(^network-manager) => 0,
# network-manager but also the network service
# (used on Red Hat systems without NetworkManager)
qr(^network) => 0,
qr(^NetworkManager) => 0,
qr(^ModemManager) => 0,
qr(^wpa_supplicant) => 0,
Expand Down

0 comments on commit a0d2092

Please sign in to comment.