summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
77if test "x$with_systemd" = xyes; then 77if test "x$with_systemd" = xyes; then
78 udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" 78 udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\""
79else 79else
80 udev_activation_rule="RUN+=\"@sbindir@/usbmuxd -u -U usbmux\"" 80 udev_activation_rule="RUN+=\"@sbindir@/usbmux --user usbmux --udev\""
81fi 81fi
82AC_SUBST(udev_activation_rule) 82AC_SUBST(udev_activation_rule)
83 83