startup script fixes
This commit is contained in:
parent
f6631ed602
commit
df448adf90
|
@ -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])
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects])
|
AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects])
|
||||||
AC_CONFIG_HEADERS([config.hpp])
|
AC_CONFIG_HEADERS([config.hpp])
|
||||||
|
|
|
@ -5,7 +5,7 @@ After=dbus.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
ExecStart=@SBIN_DIR@/$NAME
|
ExecStart=@SBIN_DIR@/mediacore-hid-server
|
||||||
BusName=nl.miqra.MediaCore.Hid
|
BusName=nl.miqra.MediaCore.Hid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user