diff options
author | Martin Szulecki | 2014-10-14 18:12:06 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 18:12:06 +0200 |
commit | 04b5d3e2e3e9bd3e2fa4ecb8b9b00789afdf2902 (patch) | |
tree | 64022c9e0a7b36815075aa1a09c5d4d18c16449a /systemd | |
parent | 4a5bddef1ea5f19308eaae417d7bbc57dc3246d1 (diff) | |
download | usbmuxd-04b5d3e2e3e9bd3e2fa4ecb8b9b00789afdf2902.tar.gz usbmuxd-04b5d3e2e3e9bd3e2fa4ecb8b9b00789afdf2902.tar.bz2 |
systemd: Use new "--systemd" and fix multiple device handling with systemd
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/usbmuxd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/usbmuxd.service.in b/systemd/usbmuxd.service.in index 761b39a..c2bd617 100644 --- a/systemd/usbmuxd.service.in +++ b/systemd/usbmuxd.service.in @@ -3,5 +3,5 @@ Description=Socket daemon for the usbmux protocol used by Apple devices [Service] Type=simple -ExecStart=@sbindir@/usbmuxd -u -U usbmux -f +ExecStart=@sbindir@/usbmuxd --user usbmux --systemd PIDFile=@localstatedir@/run/usbmuxd.pid |