mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
units: fix typo in systemd-resolved.service
There's no network.service unit, we actually mean network.target here. Reported by Fco. Eduardo Ramírez.
This commit is contained in:
parent
6e6c21c894
commit
1dff320294
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Network Name Resolution
|
||||
Documentation=man:systemd-resolved.service(8)
|
||||
After=systemd-networkd.service network.service
|
||||
After=systemd-networkd.service network.target
|
||||
|
||||
m4_ifdef(`ENABLE_KDBUS',
|
||||
# On kdbus systems we pull in the busname explicitly, because it
|
||||
|
Loading…
Reference in New Issue
Block a user