From 1dc5437d7c25df26368dcce8db75785eb48ec6aa Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 14 Oct 2014 18:12:49 +0200 Subject: Use long options for udev activation rule as it's easier to understand --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b89b286..df8a22b 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_sy if test "x$with_systemd" = xyes; then udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" else - udev_activation_rule="RUN+=\"@sbindir@/usbmuxd -u -U usbmux\"" + udev_activation_rule="RUN+=\"@sbindir@/usbmux --user usbmux --udev\"" fi AC_SUBST(udev_activation_rule) -- cgit v1.1-32-gdbae