summarylogtreecommitdiffstats
path: root/sabnzbd-docker.install
blob: db45ec08f6f4935379f34a49183bb3f265659824 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "Enable service with:"
    echo "   systemctl --user enable --now sabnzbd-docker.service"

    echo

    echo "Enable timer with:"
    echo "   systemctl --user enable --now sabnzbd-docker-update.timer"
}