mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
systemd: use timers instead of cron
This commit is contained in:
@@ -7,4 +7,4 @@ EXEDIR=$(dirname "$SCRIPT")
|
||||
. "$EXEDIR/../config"
|
||||
|
||||
[ -z "$GETLIST" ] && exit 0
|
||||
[ -x "$EXEDIR/$GETLIST" ] && "$EXEDIR/$GETLIST"
|
||||
[ -x "$EXEDIR/$GETLIST" ] && exec "$EXEDIR/$GETLIST"
|
||||
|
Reference in New Issue
Block a user