packages/net/simple-adblock/files/simple-adblock.hotplug
2018-07-16 17:41:39 -07:00

5 lines
98 B
Bash

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