summaryrefslogtreecommitdiff
path: root/persistence.h
blob: 21c582f3afc3b5912ef4d1dee7c1253a2d07ef86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 */