mirror of
https://github.com/novatiq/packages.git
synced 2026-06-27 07:40:27 +01:00
d75d8ec590
Signed-off-by: Stan Grishin <stangri@melmac.net>
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/sh
|
|
|
|
if [ "$ACTION" = "ifup" ]; then
|
|
sleep 10 && /etc/init.d/simple-adblock start &
|
|
fi
|