summarylogtreecommitdiffstats
path: root/fms.install
blob: 9050f2edf52a70893ab8c68d0b3ffdc7f615721a (plain)
1
2
3
4
5
6
7
post_install() {
    echo "==> To start your node: systemctl start fms"
    echo "==> By default, the FMS NNTP server will listen on port 1119," 
    echo "==> and the web configuration interface will be running at"
    echo "==> http://localhost:8080. For more information, read"
    echo "==> /usr/share/doc/freenet-fms/readme.txt"
}