[systemd-devel] [PATCH] [RFCv2] Add drop-in support for [Install] section

Andrey Borzenkov arvidjaar at gmail.com
Sun Mar 31 04:35:26 PDT 2013


В Sun, 31 Mar 2013 14:16:45 +0300
Oleksii Shevchuk <alxchk at gmail.com> пишет:

> ---
>  src/shared/install.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 52 insertions(+), 3 deletions(-)
> 
> diff --git a/src/shared/install.c b/src/shared/install.c
> index 2555a36..2f3ce7f 100644
> --- a/src/shared/install.c
> +++ b/src/shared/install.c
> @@ -983,7 +983,51 @@ static int config_parse_user(
>          return 0;
>  }
>  
> +static int unit_file_load_dropin(

Can it be unified with unit_load_dropin()?


More information about the systemd-devel mailing list