Elektrine lite

← Feed

@paranoiq@witter.cz

Post #2438956

2026-02-18 15:17 UTC

@flowcontrol@phpc.social sleap() returns earlier, if interrupted with a signal. you need to handle signals and call sleap again with the rest of planned sleap interval

Replies (1)

  • @alessandrolai@phpc.social 2026-02-18 19:17

    @paranoiq@witter.cz @flowcontrol@phpc.social exactly! I knew this because I leveraged it in the opposite direction in this small command wrapper that I wrote years ago: https://github.com/facile-it/terminable-loop-command

    Open ##2438957