mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 14:29:49 +00:00
13 lines
275 B
Desktop File
13 lines
275 B
Desktop File
[Unit]
|
|
Description=Socket daemon for the usbmux protocol used by Apple devices
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/sbin/modprobe ipheth
|
|
ExecStart=/storage/.kodi/addons/service.usbmuxd/bin/usbmuxd --systemd
|
|
PIDFile=/var/run/usbmuxd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|