diff options
author | Martin Szulecki | 2014-10-14 18:12:49 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 18:12:49 +0200 |
commit | 1dc5437d7c25df26368dcce8db75785eb48ec6aa (patch) | |
tree | 43c38e31edc760b705ef2c15ea51bac2e10e218e | |
parent | 04b5d3e2e3e9bd3e2fa4ecb8b9b00789afdf2902 (diff) | |
download | usbmuxd-1dc5437d7c25df26368dcce8db75785eb48ec6aa.tar.gz usbmuxd-1dc5437d7c25df26368dcce8db75785eb48ec6aa.tar.bz2 |
Use long options for udev activation rule as it's easier to understand
-rw-r--r-- | configure.ac | 2 |
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 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) |