Files
webmin/systemd/help/config_edit_vendor_units.html
Ilia Ross 0290ec16a5 Fix to make packaged unit edits opt-in
ⓘ 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.
2026-06-23 23:24:44 +02:00

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>