Files
packages/net/simple-adblock/files/simple-adblock.hotplug
T
2018-07-17 22:08:00 +03:00

6 lines
98 B
Bash

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