diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56edfbb..eff57ad 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -76,7 +76,7 @@ AM_CONDITIONAL(WANT_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_sy | |||
| 76 | if test "x$with_systemd" = xyes; then | 76 | if test "x$with_systemd" = xyes; then |
| 77 | udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" | 77 | udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" |
| 78 | else | 78 | else |
| 79 | udev_activation_rule="RUN+=\"@sbindir@/usbmux --user usbmux --udev\"" | 79 | udev_activation_rule="RUN+=\"@sbindir@/usbmuxd --user usbmux --udev\"" |
| 80 | fi | 80 | fi |
| 81 | AC_SUBST(udev_activation_rule) | 81 | AC_SUBST(udev_activation_rule) |
| 82 | 82 | ||
