chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<header>Environment variables</header>
<p>Environment variables to pass to the service, written as
<tt>Environment=</tt>. Use systemd's normal assignment syntax, such as
<tt>NAME=value</tt>.</p>
<p>Enter one or more assignments separated by spaces, for example
<tt>NODE_ENV=production PORT=3000</tt>. Quote values that contain spaces, such
as <tt>APP_NAME="My App"</tt>.</p>
<p>For larger or secret-bearing sets of values, prefer an environment file and
set permissions on that file carefully.</p>