diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-06 16:03:43 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-07 19:49:55 -0800 |
commit | 7ae3bac51608ba97dd3a2027d948d57257adbb92 (patch) | |
tree | cbc47e744677c72ac6be9df40a9fe1e4d906085a /utils/usbmuxd/files | |
parent | fc79b1bce59a6da9cfe02f89ad0c1df23c32691e (diff) |
usbmuxd: enable systemd support
This is needed as the options loop is totally broken and doesn't accept
both -f and -z together.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/usbmuxd/files')
-rw-r--r-- | utils/usbmuxd/files/usbmuxd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/usbmuxd/files/usbmuxd.init b/utils/usbmuxd/files/usbmuxd.init index 79af22190..9ea9ef5ce 100644 --- a/utils/usbmuxd/files/usbmuxd.init +++ b/utils/usbmuxd/files/usbmuxd.init @@ -7,7 +7,7 @@ PROG=/usr/sbin/usbmuxd start_service() { procd_open_instance - procd_set_param command $PROG -f + procd_set_param command $PROG --systemd procd_set_param stderr 1 procd_close_instance } |