/* ISC license. */ #ifndef S6_LINUX_INIT_DEFAULTS_H #define S6_LINUX_INIT_DEFAULTS_H #define BINDIR "/bin" #define BASEDIR "/etc/s6-linux-init" #define INITPATH "/usr/bin:/bin" #endif