blob: dc36e0f21cdf2143ebe0d1f46626c4367379e624 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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
|