summaryrefslogtreecommitdiff
path: root/src/include-local/defaults.h
blob: a28e2e54faae312bfa23bdff4f1919791b8f022b (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#ifndef S6_LINUX_INIT_DEFAULTS_H
#define S6_LINUX_INIT_DEFAULTS_H

#define BASEDIR "/etc/s6-linux-init/current"
#define INITPATH "/usr/bin:/bin"

#endif