Files
webmin--webmin/systemd/help/systemd_env.html
T
2026-07-13 13:12:17 +08:00

10 lines
498 B
HTML

<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>