You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
661 B

  1. --- a/irqbalance.h
  2. +++ b/irqbalance.h
  3. @@ -165,7 +165,7 @@ extern unsigned int log_mask;
  4. #endif /* HAVE_LIBSYSTEMD */
  5. #define SOCKET_PATH "irqbalance"
  6. -#define SOCKET_TMPFS "/run/irqbalance"
  7. +#define SOCKET_TMPFS "/var/run/irqbalance"
  8. extern int process_one_line(char *path, void (*cb)(char *line, void *data), void *data);
  9. extern void get_mask_from_bitmap(char *line, void *mask);
  10. --- a/ui/irqbalance-ui.h
  11. +++ b/ui/irqbalance-ui.h
  12. @@ -8,7 +8,7 @@
  13. #include <glib-unix.h>
  14. #define SOCKET_PATH "irqbalance"
  15. -#define SOCKET_TMPFS "/run/irqbalance"
  16. +#define SOCKET_TMPFS "/var/run/irqbalance"
  17. #define STATS "stats"
  18. #define SET_SLEEP "settings sleep "