mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
8ac8f8e375
commit
b391af3f6f
1 changed files with 8 additions and 0 deletions
|
@ -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
|
temporary filesystems. Then use the `make_dirs` variable in the template to create
|
||||||
those directories when the package is installed.
|
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>
|
<a id="32bit_pkgs"></a>
|
||||||
### 32bit packages
|
### 32bit packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue