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>
(cherry picked from commit 7ae3bac516)
This commit is contained in:
Rosen Penev
2020-02-06 16:03:43 -08:00
parent 13485a4e56
commit 42f2270664
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
}