mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00: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.
(cherry picked from commit 1dff320294)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
754ba6bd33
commit
225d44db2d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user