From df448adf902d55a172783b09af4e62f202978669 Mon Sep 17 00:00:00 2001 From: PM Kuipers Date: Sun, 22 Jan 2023 22:18:37 +0100 Subject: [PATCH] startup script fixes --- configure.ac | 2 +- lib/systemd/system/mediacore-hid.service.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5cff8e3..8f95db4 100755 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([MediaCore HID Server], [4.1.5], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/]) +AC_INIT([MediaCore HID Server], [4.1.6], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects]) AC_CONFIG_HEADERS([config.hpp]) diff --git a/lib/systemd/system/mediacore-hid.service.in b/lib/systemd/system/mediacore-hid.service.in index 5a71167..71e57cb 100644 --- a/lib/systemd/system/mediacore-hid.service.in +++ b/lib/systemd/system/mediacore-hid.service.in @@ -5,7 +5,7 @@ After=dbus.service [Service] Type=dbus -ExecStart=@SBIN_DIR@/$NAME +ExecStart=@SBIN_DIR@/mediacore-hid-server BusName=nl.miqra.MediaCore.Hid [Install]