aboutsummaryrefslogtreecommitdiffstats
path: root/community/low-memory-monitor/low-memory-monitor.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/low-memory-monitor/low-memory-monitor.initd')
-rw-r--r--community/low-memory-monitor/low-memory-monitor.initd18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/low-memory-monitor/low-memory-monitor.initd b/community/low-memory-monitor/low-memory-monitor.initd
deleted file mode 100644
index 68a914bb488..00000000000
--- a/community/low-memory-monitor/low-memory-monitor.initd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/openrc-run
-supervisor=supervise-daemon
-
-name="Low Memory Monitor"
-description="Read memory pressure information and signal user processes and kernel OOM accordingly"
-
-command=/usr/libexec/low-memory-monitor
-
-depend() {
- need localmount
-}
-
-start_pre() {
- # We need /proc/pressure directory that contains information about memory
- # pressure. this requires CONFIG_PSI=y, if CONFIG_PSI_DEFAULT_DISABLED is
- # also used then you need to pass psi=1 on the kernel cmdline
- test -d /proc/pressure
-}