summarylogtreecommitdiffstats
path: root/vfs495-sleep
blob: 162a7ed452acd367ef067efbb9ef3f3e218ca121 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

case $1 in
  "pre")  pkill -SIGUSR1 vcsFPService ;;
  "post") pkill -SIGUSR2 vcsFPService ;;
esac