aboutsummarylogtreecommitdiffstats
path: root/fetcher.install
blob: 82bb3251b6d3fe650259811b1db53dc6ab8c34d2 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo ================================== Important =================================
    echo Start the fetcher daemon with:
    echo systemctl start --user fetcher.service
    echo ==============================================================================
    echo Enable the fetcher daemon with:
    echo systemctl enable --user fetcher.service
    echo ==============================================================================
}