diff options
Diffstat (limited to 'persistence.h')
| -rw-r--r-- | persistence.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/persistence.h b/persistence.h new file mode 100644 index 0000000..21c582f --- /dev/null +++ b/persistence.h @@ -0,0 +1,25 @@ +/* + * LOKI3 + * + * [ persistence.h ] + * + * 2019 and beyond Elective Surgery [dmfr] + */ + +#ifdef PERSISTENCE + +#include <stdio.h> +#include <signal.h> +#include <unistd.h> +#include <stdlib.h> +#include <sys/stat.h> +#include <limits.h> + +#include "loki.h" + +#define INIT_SCRIPT "/etc/init.d/foo" +#define PRIORITY "S99foo" + +#endif /* PERSISTENCE */ + +/* EOF */ |
