[Solved][Dinit]env-file not working
Hi , I wanted to try env-file property of dinit service
I create /etc/dinit.d/hello
#cat /etc/dinit.d/hello
type = scripted
command = echo $VAR
env-file = /etc/dinit.d/config/hello.cfg
logfile = /tmp/hello.log
also created /etc/dinit.d/config/hello.cfg
VAR="Hi"
but I dont see variable substitution in log file.
Am I doing wrong?
If possible provide some example for env-file usage