/lib/systemd/system/usbmuxd.service is in usbmuxd 1.0.8+git20140527.e72f2f7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | [Unit]
Description=iOS USB multiplexing daemon
[Service]
Type=simple
GuessMainPID=false
PIDFile=/var/run/usbmuxd.pid
ExecStart=/usr/sbin/usbmuxd -f -u -U usbmux
ExecStop=/usr/sbin/usbmuxd -X
|