summaryrefslogtreecommitdiff
path: root/sysutils/py-mqttwarn/files/pkg-message.in
blob: d3df2e371f1d4dd735432d2f27a48d7c08da3c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

After installing mqttwarn for the first time, we recommend making the
following change to supervisord configuration settings:

1 - Add to /etc/rc.conf:

supervisord_enable="YES"
supervisord_config="%%PREFIX%%/etc/supervisord/supervisord.conf"

2 - Create this directory:

mkdir %%PREFIX%%/etc/supervisord

3 - Move the configuration file:

mv -i %%PREFIX%%/etc/supervisord.conf %%PREFIX%%/etc/supervisord/

4 - Create  %%PREFIX%%/etc/supervisord/mqttwarn.conf with the following content:

[program:mqttwarn]
command = %%PREFIX%%/sbin/mqttwarn
user = mqttwarn
environment=MQTTWARNINI="%%PREFIX%%/etc/mqttwarn/mqttwarn.ini",MQTTWARNLOG="/var/log/mqttwarn/mqttwarn.log"


5 - Add this to the end of %%PREFIX%%/etc/supervisord/supervisord.conf

[include]
files = mqttwarn.conf

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *