[00:19] ericsysmin: What do you mean by "list of vars"? [00:22] i want to name a value lets say, "myvar" and set it to "value" then reference "myvar" multiple times in both script, and post-stop portions of upstart, how would I do that? [00:23] i've seen using env myvar=value and i'd put that above script [00:23] not sure if that's correct though [00:55] ericsysmin: It's correct, but highly questionable practice. [00:56] ericsysmin: First, it opens up the possibility to manipulate your daemon externally by setting these vars at init time. [01:04] so it's best to manually set these? [01:04] and not use vars in upstart [01:07] You can, and sometimes should use vars. But consider their use carefully. === JanC_ is now known as JanC