1 2 3 4 5 6 7 8
#!/bin/sh chmod +x /etc/init.d/accel-pptp mkdir /var/log/accel-pptp &> /dev/null mkdir /var/run/accel-pptp &> /dev/null exit 0