summarylogtreecommitdiffstats
path: root/asusctl.install
blob: c1406eaefc2ed5e9bfc2a7613921b055d25e07db (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
  if [ $(systemctl is-active asusd.service) == "active" ]
    then
      printf ":: asusd is running, and requires a restart of the serviceā€¦\n"
      systemctl daemon-reload
      systemctl restart asusd.service
  fi
}