Revert "cmd/ctrld: add "start --no-cd" flag to disable cd mode"

This reverts commit 00fe7f59d13774f2ea6c325bdbb8165be58a1edd.

The purpose is disable cd mode for already installed service, which is
a hard problem than we thought. So leave it out of v1.2 cycle.
This commit is contained in:
Cuong Manh Le
2023-04-27 20:09:44 +07:00
committed by Cuong Manh Le
parent 5528ac8bf1
commit 31239684c7
2 changed files with 2 additions and 17 deletions
-1
View File
@@ -27,7 +27,6 @@ var (
cfg ctrld.Config
verbose int
cdUID string
noCD bool
iface string
ifaceStartStop string
setupRouter bool