systemd: use timers instead of cron

This commit is contained in:
bolvan
2019-05-11 20:02:21 +03:00
parent 0ed31488dd
commit a3930e12d9
6 changed files with 156 additions and 50 deletions

View File

@@ -7,4 +7,4 @@ EXEDIR=$(dirname "$SCRIPT")
. "$EXEDIR/../config"
[ -z "$GETLIST" ] && exit 0
[ -x "$EXEDIR/$GETLIST" ] && "$EXEDIR/$GETLIST"
[ -x "$EXEDIR/$GETLIST" ] && exec "$EXEDIR/$GETLIST"