1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

systemd-networkd.socket: Add conflict with shutdown.target (#19348)

systemd-networkd.socket can re-start systemd-networkd.service in
shutdown and by doing this even stop shutdown.target leaving the
system in halfway-down state.

Fixes #4955.
This commit is contained in:
sverdlin 2021-04-19 04:25:33 +02:00 committed by GitHub
parent 6604fb0207
commit 3181521f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ Description=Network Service Netlink Socket
Documentation=man:systemd-networkd.service(8) man:rtnetlink(7)
ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no
Before=sockets.target
Before=sockets.target shutdown.target
Conflicts=shutdown.target
[Socket]
ReceiveBuffer=128M