summaryrefslogtreecommitdiff
path: root/usbctl.install
blob: 9547b57ea757668e2a5519f8a1e21b473f31d829 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  cat <<EOM
  == Important ==
  AFTER you configure valid devices --
  Add the sysctl intiation to a cronjob by adding
  @reboot root /usr/bin/sysctl -q kernel.deny_new_usb=1
  to your /etc/crontab
EOM
}