Files
webmin/systemd/help/config_delete_vendor_units.html
Ilia Ross 41b476c87a Fix to gate packaged unit deletion behind config
ⓘ Add a disabled-by-default module option for deleting packaged systemd unit files, while keeping local unit deletion allowed and enforcing the policy in both UI and backend paths.
2026-06-23 23:24:43 +02:00

10 lines
513 B
HTML

<header>Allow deleting packaged unit files</header>
<p>Controls whether the module may delete unit files from package-managed
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 restore or expect those files.</p>
<p>When set to no, only local administrator-created unit files under
<tt>/etc/systemd/system</tt> can be deleted. Packaged units can still be
disabled, masked, or customized with drop-in overrides.</p>