[ABRT PATCH v2 1/4] provide tmpfiles.d configuration

Richard Marko rmarko at redhat.com
Mon Sep 9 13:48:59 UTC 2013


Pushed the first two patches - socket activation seems problematic, more
details in reply to third patch.


On 08/26/2013 09:28 AM, Jakub Filak wrote:
> Related to #660
>
> Signed-off-by: Jakub Filak <jfilak at redhat.com>
> ---
>  Makefile.am            | 3 +++
>  init-scripts/abrt.conf | 3 +++
>  2 files changed, 6 insertions(+)
>  create mode 100644 init-scripts/abrt.conf
>
> diff --git a/Makefile.am b/Makefile.am
> index f0b0e1b..3d194f3 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -42,6 +42,9 @@ if HAVE_SYSTEMD
>                                    init-scripts/abrt-vmcore.service \
>                                    init-scripts/abrt-pstoreoops.service \
>                                    init-scripts/abrt-upload-watch.service
> +
> +    systemdtmpfilesdir = $(prefix)/lib/tmpfiles.d
> +    systemdtmpfiles_DATA = init-scripts/abrt.conf
>  else
>      sysv_initdir = $(sysconfdir)/rc.d/init.d/
>      sysv_init_SCRIPTS = init-scripts/abrtd \
> diff --git a/init-scripts/abrt.conf b/init-scripts/abrt.conf
> new file mode 100644
> index 0000000..73cd9d7
> --- /dev/null
> +++ b/init-scripts/abrt.conf
> @@ -0,0 +1,3 @@
> +#Type Path          Mode UID  GID
> +d     /var/tmp/abrt 0755 abrt abrt
> +x     /var/tmp/abrt/*


-- 
Richard Marko



More information about the Crash-catcher mailing list