diff options
Diffstat (limited to 'systemd/usbmuxd.service.in')
| -rw-r--r-- | systemd/usbmuxd.service.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/usbmuxd.service.in b/systemd/usbmuxd.service.in new file mode 100644 index 0000000..761b39a --- /dev/null +++ b/systemd/usbmuxd.service.in | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Socket daemon for the usbmux protocol used by Apple devices | ||
| 3 | |||
| 4 | [Service] | ||
| 5 | Type=simple | ||
| 6 | ExecStart=@sbindir@/usbmuxd -u -U usbmux -f | ||
| 7 | PIDFile=@localstatedir@/run/usbmuxd.pid | ||
