freebsd-ports/sysutils/pcns/files/pkg-message.in
2023-01-13 08:34:10 +02:00

20 lines
429 B
Text

[
{ type: install
message: <<EOM
PowerChute Network Shutdown is installed in %%PREFIX%%/pcns.
PCNS requires one-time initialization, which should be done after enabling the
service:
# sysrc pcns_enable="YES"
# service pcns init
Once initialized, PCNS can be started by issuing:
# service pcns start
The configuration wizard can be accessed using a browser at:
https://<your_server_ip_address>:6547
EOM
}
]