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..3a27aee --- /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 | Documentation=man:usbmuxd(8) | ||
4 | |||
5 | [Service] | ||
6 | ExecStart=@sbindir@/usbmuxd --user usbmux --systemd | ||
7 | PIDFile=@runstatedir@/usbmuxd.pid | ||