aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/initd/init.h b/initd/init.h
index 9e8a1fd..c8b1c1d 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -24,7 +24,8 @@
#include "service.h"
#include "config.h"
-#define RUNSVCBIN SCRIPTDIR "/runsvc"
+#define ENVFILE ETCPATH "/initd.env"
+#define PROCFDDIR "/proc/self/fd"
enum {
STATUS_OK = 0,