Feat: enabe netserver for nut
This commit is contained in:
7
roles/nut/templates/upsd.conf.j2
Normal file
7
roles/nut/templates/upsd.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
MAXAGE 3
|
||||
{% if nut_mode == "standalone" %}
|
||||
LISTEN 127.0.0.1 3493
|
||||
{% else %}
|
||||
LISTEN 0.0.0.0 3493
|
||||
{% endif %}
|
||||
MAXCONN 2
|
||||
Reference in New Issue
Block a user