From 24be50aa057c230611e3f08c88be91e53166f0fa Mon Sep 17 00:00:00 2001 From: cyber-sushi Date: Thu, 23 May 2024 04:03:28 +0200 Subject: [PATCH] Added suggestion regarding sudo -b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91451df..0264bb4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ There are two recommended ways to execute Makima: - **Run Makima as root with `sudo -E makima`.**\ Navigate into the directory of the executable and use `sudo -E ./makima`.\ Alternatively, add Makima to a directory that's in `PATH`, possibly `/usr/bin` or `~/.local/bin` and simply use `sudo -E makima` from anywhere.\ -_Note: the `-E` argument is necessary because it allows Makima to inherit your user environment instead of the root environment when running with `sudo`._ +_Note: the `-E` argument is necessary because it allows Makima to inherit your user environment instead of the root environment when running with `sudo`. You can also add the `-b` argument (`sudo -Eb makima`) to detach if from the terminal and make it run in the background._ - **Run Makima as a Systemd service.**\ Move the executable into `/usr/bin`.\