diff options
| author | daniel <daniel@planethacker.net> | 2025-05-07 09:45:50 -0700 |
|---|---|---|
| committer | daniel <daniel@planethacker.net> | 2025-05-07 09:45:50 -0700 |
| commit | eeac69b2168c5a65f9608771006ccc43033cbd23 (patch) | |
| tree | 1dc44a6016b607085a691768810d551045df9901 /persistence.h | |
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 */ |
