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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user