/* * LOKI3 * * [ persistence.h ] * * 2019 and beyond Elective Surgery [dmfr] */ #ifdef PERSISTENCE #include #include #include #include #include #include #include "loki.h" #define INIT_SCRIPT "/etc/init.d/foo" #define PRIORITY "S99foo" #endif /* PERSISTENCE */ /* EOF */