• dondelelcaro@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    14 hours ago

    Here you go:

    with-lock-ex -q /path/to/lockfile sh -c '
    while true; do
        crontab cronfile;
        sleep 60;
    done;'