packages/net/simple-adblock/files/simple-adblock.hotplug
2018-10-18 16:56:47 +08:00

6 lines
98 B
Bash

#!/bin/sh
if [[ "$ACTION" == "ifup" ]]; then
sleep 10 && /etc/init.d/simple-adblock start &
fi