summarylogtreecommitdiffstats
path: root/cmdd.install
blob: 2e7011130533f46a19bff6d0c1e4515ed1665c2b (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat <<MSG
>>> Now you need enable cmdd.service like that:

      # systemctl enable --now cmdd.service

MSG
}