summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--sysctl.d/60-gentoo.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 778f8f8..5eac9e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=\$${libdir}/systemd/system \
--with-systemdsystemgeneratordir=\$${libdir}/systemd/system-generators
+dist_sysctl_DATA = \
+ sysctl.d/60-gentoo.conf
dist_tmpfiles_DATA = \
tmpfiles.d/gentoo-run.conf
dist_systemdsystemunit_DATA = \
diff --git a/sysctl.d/60-gentoo.conf b/sysctl.d/60-gentoo.conf
new file mode 100644
index 0000000..d57be5f
--- /dev/null
+++ b/sysctl.d/60-gentoo.conf
@@ -0,0 +1,2 @@
+# Allow all sysrq by Gentoo default.
+kernel.sysrq = 1