13 lines
202 B
SYSTEMD
13 lines
202 B
SYSTEMD
[Unit]
|
|
Description=Mediacore HID interface server
|
|
After=dbus.service
|
|
|
|
|
|
[Service]
|
|
Type=dbus
|
|
ExecStart=@SBIN_DIR@/mediacore-hid-server
|
|
BusName=nl.miqra.MediaCore.Hid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|