summarylogtreecommitdiffstats
path: root/lact.install
blob: b2d509d56d2c412caa05bda393ce80c1eb288810 (plain)
1
2
3
4
5
6
#!/bin/sh

post_install() {
  echo ":: To be able to change settings in LACT, you need to enable the lactd service:"
  echo "   sudo systemctl enable --now lactd"
}