mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
man: symlinks are made onto "unit files", not "units"
We should be careful when talking about "units" and "unit files". The latter should be the concept on disk, and the former, the loaded version of it. However, as a single unit file can result in multiple loaded units (think templates), and a units can also exist with no unit file at all (think .device units), we should be precise. As symlinks are created on unit files rather than units (as symlinks are an fs object, and unit files are too, but units are not), let's say so here.
This commit is contained in:
parent
be6e38ed1d
commit
ad2caa7d5f
@ -65,7 +65,7 @@
|
||||
</para>
|
||||
|
||||
<para>Note that slice units cannot be templated, nor is possible to add multiple names to a slice unit by creating
|
||||
additional symlinks to it.</para>
|
||||
additional symlinks to its unit file.</para>
|
||||
|
||||
<para>By default, service and scope units are placed in
|
||||
<filename>system.slice</filename>, virtual machines and containers
|
||||
|
Loading…
Reference in New Issue
Block a user