search for: nnqt

Displaying 1 result from an estimated 1 matches for "nnqt".

Did you mean: nnet
2012 May 31
0
[SOLVED] Re: need assist with upstart config problem
...to tell > upstart not to wait for the process (you couldn't use respawn > with that because then the process is not managed by upstart > anymore). The problem in my script appears to be this: # SSH switches used: env SSH_SWITCHES="" env SSH_SWITCHES=${SSH_SWITCHES}" -nNqT -vvv " Upon further investigation I discovered that the env stanza does not expand previously defined variables. My attempt at concatenating values results in the key name being used instead of its value. In other words: '${SSH_SWITCHES} -nNqT -vvv' is what results and not simply '...