mirror of
https://github.com/webmin/webmin.git
synced 2026-07-25 10:50:31 +01:00
ⓘ Default packaged unit files to read-only, keep drop-ins as the safe override path, hide boot controls for protected base units, and reject [Install] sections in drop-in overrides.
11 lines
574 B
HTML
11 lines
574 B
HTML
<header>Allow editing packaged unit files</header>
|
|
<p>Controls whether the module may directly save changes to package-managed
|
|
unit files from vendor directories such as <tt>/usr/lib/systemd/system</tt>
|
|
or <tt>/lib/systemd/system</tt>. This is disabled by default because package
|
|
updates may overwrite or depend on those files.</p>
|
|
|
|
<p>When set to no, packaged unit files can still be inspected in the manual
|
|
editor when vendor files are included, but they are read-only. Use drop-in
|
|
overrides or local units under <tt>/etc/systemd/system</tt> for normal
|
|
customization.</p>
|