Files
ctrld/cmd/ctrld
Cuong Manh Le 8e164185b9 cmd/ctrld: always pass config file on windows start mode
On windows, the SYSTEM user is used to run ctrld service. This user has
different environment with the user that run the `ctrld` binary via CLI.
That causes the mismatch issue in config file path, log path, or more
generally, everything that involve with home directory.

To circumvent this pain, just always passing the config path and the
original home dir in start mode. So `ctrld run` command can setup things
correctly.
2023-01-20 21:37:50 +07:00
..
2022-12-13 01:27:48 +07:00
2022-12-13 01:27:48 +07:00
2023-01-20 21:33:01 +07:00