done 64 B

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