merari42@lemmy.world to Programmer Humor@programming.dev · 6 months agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square18linkfedilinkarrow-up1453arrow-down13
arrow-up1450arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 6 months agomessage-square18linkfedilink
minus-squaredondelelcaro@lemmy.worldlinkfedilinkarrow-up3·6 months agoHere you go: with-lock-ex -q /path/to/lockfile sh -c ' while true; do crontab cronfile; sleep 60; done;'
Here you go:
with-lock-ex -q /path/to/lockfile sh -c ' while true; do crontab cronfile; sleep 60; done;'