Skip to content

Commit 1ed5d99

Browse files
committed
remove the flags --nondaemon
Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 55adb24 commit 1ed5d99

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

get_started/darwin.md

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ And use the following command to check the daemon status.
5858
"/opt/hyper/bin/hyperd";
5959
"--config=/opt/hyper/etc/hyper/config";
6060
"-v=1";
61-
"--nondaemon";
6261
);
6362
};
6463

reference/configuration.md

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The configuration file of Hyper is located under `/etc/hyper.conf`. The file is
2828
./hyperd [OPTIONS]
2929

3030
Application Options:
31-
--nondaemon run as a normal program
3231
-config="" configuration for ./hyperd
3332
—v=0 log level for V logs
3433
—log_dir log directory

trouble_shooting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Hyperd can be run with `-v` option, which will generate more logs for debugging:
44

5-
hyperd --nondaemon -v=1
5+
hyperd -v=3

trouble_shooting/darwin.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ For Mac users, the log is located under `/var/log/hyper/`. If you meet any unkno
2323
<string>/opt/hyper/bin/hyperd</string>
2424
<string>--config=/opt/hyper/etc/hyper/config</string>
2525
<string>-v=1</string>
26-
<string>--nondaemon</string>
2726
</array>
2827
<key>EnvironmentVariables</key>
2928
<dict>

0 commit comments

Comments
 (0)