diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/initd.env.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/initd.env.in b/etc/initd.env.in new file mode 100644 index 0000000..7481385 --- /dev/null +++ b/etc/initd.env.in @@ -0,0 +1,7 @@ +############################################################################## +# initd.env # +# # +# This file contains environment variables that should be set for init. # +############################################################################## + +PATH=@BINPATH@:@SBINPATH@ |