blob: 3551838a48b58238f1202b89575dc14d65152e0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat << EOF
==>
==> Instead of running the NextDNS Client as root this package configures
==> it to run as a regular user under Systemd.
==> It is not recommended to run the upstream "nextdns install" script,
==> instead enable the service with "systemctl enable --now nextdns".
==>
==> Please add your user to the nextdns group to be able to control the daemon.
==>
EOF
}
|