summarylogtreecommitdiffstats
path: root/mozillavpn.install
blob: deb24f38d4c98e0b2adaefb77f31914ff8b78fbb (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo '>>> enable & start the Mozillavpn daemon with:'
    echo '>>> systemctl enable mozillavpn.service'
    echo '>>> systemctl start mozillavpn.service'
}

post_upgrade() {
    echo '>>> Mozillavpn daemon must be restart after updating with:'
    echo '>>> systemctl restart mozillavpn.service'
}