From: Simon McVittie Date: Mon, 16 Sep 2013 13:33:41 +0000 (+0100) Subject: spec: system services' service description files have constrained names X-Git-Tag: dbus-1.7.6~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be2d249f71c8469c2e6a9af425fc4192b291f341;p=thirdparty%2Fdbus.git spec: system services' service description files have constrained names Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66608 Reviewed-by: Chengwei Yang --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index ce58fe865..e6e75fde9 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4638,6 +4638,19 @@ names. + + On the well-known system bus, the name of a service description file + must be its well-known name plus .service, + for instance + com.example.ConfigurationDatabase.service. + + + + 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. + + [FIXME the file format should be much better specified than "similar to .desktop entries" esp. since desktop entries are already