mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user