summarylogtreecommitdiffstats
path: root/mozillavpn.install
blob: d256ea5063eaa895dcc738dcb88ad73496d77af8 (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'
}