Fixed -f explanation

This commit is contained in:
Luca Deri 2018-06-22 10:29:32 +02:00 committed by GitHub
parent da1123ce26
commit 3b3e71988a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,7 @@ or
$ N2N_KEY=encryptme sudo ./edge -d n2n0 -c mynetwork -u 99 -g 99 -m 3C:A0:12:34:56:78 -a 1.2.3.4 -l a.b.c.d:xyw $ N2N_KEY=encryptme sudo ./edge -d n2n0 -c mynetwork -u 99 -g 99 -m 3C:A0:12:34:56:78 -a 1.2.3.4 -l a.b.c.d:xyw
``` ```
Once you have this worked out, you can add the `-f` option to make edge detach By defaul the edge will run in background but you can use the `-f` option to keep it in foreground.
and run as a daemon.
Note that `-d`, `-u`, `-g` and `-f` options are not available for Windows. Note that `-d`, `-u`, `-g` and `-f` options are not available for Windows.