aboutsummarylogtreecommitdiffstats
path: root/gauntlet.install
blob: 6a4b734ec4562d798307a985495ce1471a3577f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo ""
  echo "Enable the service:"
  echo "systemctl --user enable --now gauntlet.service"
  echo ""
}

post_upgrade() {
  echo ""
  echo "Restart the service:"
  echo "systemctl --user daemon-reload"
  echo "systemctl --user restart gauntlet.service"
  echo ""
}