aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-04-06 18:27:48 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2020-04-24 12:09:18 +0200
commit5f282897317df38bbd96ba567f3a4f1d2f259039 (patch)
tree2838f323c0e3ed96aec81aecc89942dbede5e977 /initd/init.h
parent0975ed0fb7773881d8f2ffccf3de33f433273b24 (diff)
cleanup: merge runsvc back into initd
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
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,