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

> 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.

Reply via email to