From e9cc32a5d3d130cf564853928c6ed77f164999fc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 15:06:03 +0000 Subject: Add service description file --- input/Makefile.am | 2 +- input/input.service | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 input/input.service (limited to 'input') diff --git a/input/Makefile.am b/input/Makefile.am index 80428b0a..72f95dca 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -13,6 +13,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -EXTRA_DIST = input-api.txt +EXTRA_DIST = input.service input-api.txt MAINTAINERCLEANFILES = Makefile.in diff --git a/input/input.service b/input/input.service new file mode 100644 index 00000000..f5a105f8 --- /dev/null +++ b/input/input.service @@ -0,0 +1,5 @@ +[Bluetooth Service] +Identifier=input +Name=Input service +Description=Bluetooth HID based Input service +Autostart=true -- cgit