aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Freed <dwfreed@mtu.edu>2023-04-13 16:06:06 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2023-04-17 23:53:18 -0500
commit002bcf0b67b14494fc94a176752610efad132a28 (patch)
treece8074430dde9ab55a30eeb3bfce7906c2e5f2d5
parentb9241988a7c32f00ffd6d87f1666d7babfd705e5 (diff)
rc.conf: note SSD_* vars need exporting
-rw-r--r--etc/rc.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 0dd3b8f7..0029d516 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -116,12 +116,13 @@
# Some daemons are started and stopped via start-stop-daemon.
# We can set some things on a per service basis, like the nicelevel.
-#SSD_NICELEVEL="0"
+# These need to be exported
+#export SSD_NICELEVEL="0"
# Or the ionice level. The format is class[:data] , just like the
# --ionice start-stop-daemon parameter.
-#SSD_IONICELEVEL="0:0"
+#export SSD_IONICELEVEL="0:0"
# Or the OOM score adjustment.
-#SSD_OOM_SCORE_ADJ="0"
+#export SSD_OOM_SCORE_ADJ="0"
# Pass ulimit parameters
# If you are using bash in POSIX mode for your shell, note that the