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]