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

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