mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-24 06:40:41 +01:00
DBus Spec: Fix sample service file
There are two errors in the sample service file. First, a typo, Names should be Name. Second, can not specify multiple names. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66481 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
014ea55625
commit
4bb8b56293
1 changed files with 1 additions and 1 deletions
|
|
@ -4659,7 +4659,7 @@
|
|||
<programlisting>
|
||||
# Sample service description file
|
||||
[D-BUS Service]
|
||||
Names=org.freedesktop.ConfigurationDatabase;org.gnome.GConf;
|
||||
Name=org.freedesktop.ConfigurationDatabase
|
||||
Exec=/usr/libexec/gconfd-2
|
||||
</programlisting>
|
||||
</figure>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue