done 76 B

1234
  1. #!/bin/sh
  2. #INIT 98
  3. [[ $1 = autostart ]] && sysctl -p >&- 2>/dev/null
  4. exit 0