Manual.md: recommend keeping systemd units

Ref #32154
Closes #32481
This commit is contained in:
Cameron Nemo 2022-06-02 11:58:53 -07:00 committed by Piotr
parent 8ac8f8e375
commit b391af3f6f
1 changed files with 8 additions and 0 deletions

View File

@ -1415,6 +1415,14 @@ If the service requires directories in parts of the system that are not generall
temporary filesystems. Then use the `make_dirs` variable in the template to create
those directories when the package is installed.
If the package installs a systemd service file or other unit, leave it in place as a
reference point so long as including it has no negative side effects.
Examples of when *not* to install systemd units:
1. When doing so changes runtime behavior of the packaged software.
2. When it is done via a compile time flag that also changes build dependencies.
<a id="32bit_pkgs"></a>
### 32bit packages