Remote disk unlocking: Difference between revisions

imported>Fadenb
m Fix more HTML entities (this time < and >)
imported>Fadenb
m Fix & html
Line 117: Line 117:
   echo "tor: starting tor"
   echo "tor: starting tor"
   tor -f ${torRc} --verify-config
   tor -f ${torRc} --verify-config
   tor -f ${torRc} &amp;
   tor -f ${torRc} &
'';</syntaxhighlight>
'';</syntaxhighlight>
That was it. Tor should be running during your boot process.
That was it. Tor should be running during your boot process.