#!/bin/sh

case "$1" in
  post)
    /bin/systemctl restart fancontrol.service
    exit 0
    ;;
esac
