From 745ef8fa42f270b112d15b5f0da889c12641e71f Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Sep 27 2021 21:41:28 +0000 Subject: SemBr for /run section --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index c71dc1b..e00f045 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -560,7 +560,11 @@ or you are just unsure, ask FESCo for an explicit multilib exemption. === `+/run+` -System services should store small volatile run-time data in `+/run+`. This is a tmpfs backed directory that is mounted in very early boot, before any services are started (and before `+/var+` is available). `+/var/run+` is a legacy symlink to `+/run+`. +System services should store small volatile run-time data in `+/run+`. +This is a tmpfs backed directory that is mounted in very early boot, +before any services are started +(and before `+/var+` is available). +`+/var/run+` is a legacy symlink to `+/run+`. === No Files or Directories under /srv, /usr/local, or /home/$USER