1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-11-18 18:30:09 +00:00

Added crontab persistence, disabled by default with LAIKA_NOINSTALL

- undefine LAIKA_NOINSTALL in persist.h to enable persistence
- windows persistence is still unimplemented
This commit is contained in:
2022-04-07 18:11:58 -05:00
parent 56fb305ef2
commit 412418ec0a
3 changed files with 55 additions and 9 deletions

View File

@@ -1,6 +1,9 @@
#ifndef LAIKA_PERSIST_H
#define LAIKA_PERSIST_H
/* undefine to enable persistence */
#define LAIKA_NOINSTALL
#include <stdbool.h>
/* check if laika is already running */