mirror of
https://github.com/webmin/webmin.git
synced 2026-07-25 10:50:31 +01:00
ⓘ 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.
10 lines
513 B
HTML
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>
|