6ec9fafbcc
- Update apparmor profile to allow open of /etc/mosquitto/conf.d - Update default config to include files under /etc/mosquitto/conf.d per the README in the directory OBS-URL: https://build.opensuse.org/request/show/766422 OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=32
9 lines
365 B
Diff
9 lines
365 B
Diff
--- mosquitto-1.6.8.orig/mosquitto.conf
|
|
+++ mosquitto-1.6.8/mosquitto.conf
|
|
@@ -985,4 +985,4 @@
|
|
# alphabetical order, with capital letters ordered first. If this option is
|
|
# given multiple times, all of the files from the first instance will be
|
|
# processed before the next instance. See the man page for examples.
|
|
-#include_dir
|
|
+include_dir /etc/mosquitto/conf.d
|