1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/domoticz/pkg-message
Yuri Victorovich 749278874a www/domoticz: update to 4.10717
PR:		239817
Submitted by:	samm@os2.kiev.ua (original version)
Submitted by:	kiwi@oav.net (final version; maintainer)
2019-09-01 19:17:26 +00:00

22 lines
420 B
Plaintext

[
{ type: install
message: <<EOM
Notice:
This port runs per default using uid:gid domoticz:domoticz to
avoid security problems.
Some code of Domoticz may needs root access. If you are ok with
that change the following rc.conf to:
domoticz_user="root"
domoticz_group="wheel"
And restart domoticz.
If you have issues with domoticz listen option, you can add
net.inet6.ip6.v6only=0 to /etc/sysctl.conf
EOM
}
]