[arch-projects] [netcfg][PATCH 2/2] systemd: wait for network to come up

Jouke Witteveen j.witteveen at gmail.com
Tue Apr 17 17:06:21 EDT 2012


On Tue, Apr 17, 2012 at 18:36,  <teg at jklm.no> wrote:
> From: Tom Gundersen <teg at jklm.no>
> Also do some minor cleanup:
>  - don't include env files that are not used
>
> Signed-off-by: Tom Gundersen <teg at jklm.no>
> ---

> diff --git a/systemd/netcfg.service b/systemd/netcfg.service
> index a4e5ddc..e9dcfbc 100644
> --- a/systemd/netcfg.service
> +++ b/systemd/netcfg.service
> @@ -6,7 +6,6 @@ Wants=network.target
>  [Service]
>  Type=oneshot
>  RemainAfterExit=yes
> -EnvironmentFile=/etc/conf.d/netcfg
>  ExecStart=/usr/bin/netcfg-daemon start
>  ExecStop=/usr/bin/netcfg-daemon stop

This service should not be started when the env file is missing, so
including it makes sense, doesn't it?
The rest of the patch looks fine.


More information about the arch-projects mailing list