'--service install' ignores all other command-line arguments
I ran `tor --service install -f C:/WORK/Tor/etc/torrc` as a Windows administrator, and it created a Windows NT service to run the command '`"C:\WORK\Tor\bin\tor.exe" --nt-service`'. It should have included '`-f C:/WORK/Tor/etc/torrc`' on the service's command line.
issue