summaryrefslogtreecommitdiff
path: root/src/grp-journal
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 16:01:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 16:01:07 -0400
commit19b02206ffff130a7cfed2efc81604bf7fe9bb07 (patch)
tree5c9800da3cdfe6bdd7e814a2a54dcf6720af0f65 /src/grp-journal
parent623d6918363a5f0d937d35a1fa10ce375c3ff258 (diff)
presets
Diffstat (limited to 'src/grp-journal')
-rw-r--r--src/grp-journal/90-journald.preset10
-rw-r--r--src/grp-journal/Makefile3
2 files changed, 13 insertions, 0 deletions
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