Files
packages/net/simple-adblock/files/simple-adblock.hotplug
T
2019-07-04 15:42:51 -07:00

6 lines
95 B
Bash

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