diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2025-06-15 21:39:47 +0200 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2025-06-15 21:39:47 +0200 |
commit | 80dc69aa2e424257bbdf96a03aecf7a6829ac8b6 (patch) | |
tree | 7faaf7412fa3d1d8bcc35afb03d79ec5878714bc /manual.en.html | |
parent | 9a3e758522d1c429c5be82c0d8e69e6a183420ce (diff) |
Added directory variables for SystemD unit files.
Diffstat (limited to 'manual.en.html')
-rwxr-xr-x | manual.en.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/manual.en.html b/manual.en.html index 1601e1c..b69237d 100755 --- a/manual.en.html +++ b/manual.en.html @@ -355,9 +355,15 @@ subdirectories under <var>stage_mandir</var>.</p></li> <var>stage_miscdocdir</var>.</p></li> </ul> -<h5 id="where_system">System State</h5> +<h5 id="where_system">System Integration</h5> <ul> +<li><p>SystemD unit files that are independent of user sessions shall be placed +in <var>stage_unitdir</var>.</p></li> + +<li><p>SystemD unit files for services that run as part of a user session shall +be placed in <var>stage_userunitdir</var>.</p></li> + <li><p>Small files that take part in describing the state of the system and that exist only while the program is running, such as process identifier files and transient Unix-domain sockets, shall be sought and created under |