From 7ae3bac51608ba97dd3a2027d948d57257adbb92 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 6 Feb 2020 16:03:43 -0800 Subject: 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 --- utils/usbmuxd/files/usbmuxd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/usbmuxd/files') 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 } -- cgit v1.2.3