From 19b02206ffff130a7cfed2efc81604bf7fe9bb07 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 10 Sep 2016 16:01:07 -0400 Subject: presets --- src/grp-journal/90-journald.preset | 10 ++++++++++ src/grp-journal/Makefile | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 src/grp-journal/90-journald.preset (limited to 'src/grp-journal') diff --git a/src/grp-journal/90-journald.preset b/src/grp-journal/90-journald.preset new file mode 100644 index 0000000000..6a8c17b1fa --- /dev/null +++ b/src/grp-journal/90-journald.preset @@ -0,0 +1,10 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +disable syslog.socket + +disable systemd-journal-gatewayd.* diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile index 25e34bda4b..f42ecedcc8 100644 --- a/src/grp-journal/Makefile +++ b/src/grp-journal/Makefile @@ -185,4 +185,7 @@ endif # HAVE_SYSV_COMPAT EXTRA_DIST += \ docs/var-log/README.in +dist_systempreset_DATA = \ + 90-journald.preset + include $(topsrcdir)/build-aux/Makefile.tail.mk -- cgit v1.2.3-54-g00ecf