mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 04:08:12 +02:00
spec: system services' service description files have constrained names
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66608 Reviewed-by: Chengwei Yang <chengwei.yang@intel.com>
This commit is contained in:
parent
0d15a9035a
commit
be2d249f71
1 changed files with 13 additions and 0 deletions
|
|
@ -4638,6 +4638,19 @@
|
|||
names.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
On the well-known system bus, the name of a service description file
|
||||
must be its well-known name plus <literal>.service</literal>,
|
||||
for instance
|
||||
<literal>com.example.ConfigurationDatabase.service</literal>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
On the well-known session bus, services should follow the same
|
||||
service description file naming convention as on the system bus,
|
||||
but for backwards compatibility they are not required to do so.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
[FIXME the file format should be much better specified than "similar to
|
||||
.desktop entries" esp. since desktop entries are already
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue