Use systemd.targets to define ip-up

This commit is contained in:
Eelco Dolstra 2013-01-24 15:40:56 +01:00
parent 7464d850d3
commit f0a1e5e356
1 changed files with 4 additions and 5 deletions

View File

@ -87,9 +87,8 @@ in
} }
]; ];
systemd.units."ip-up.target".text = # The ip-up target is started when we have IP connectivity. So
'' # services that depend on IP connectivity (like ntpd) should be
[Unit] # pulled in by this target.
Description=Services Requiring IP Connectivity systemd.targets.ip-up.description = "Services Requiring IP Connectivity";
'';
} }