From 7b804fa4fe307c8bf3af0ffc3c625d63f8e54306 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sun, 20 Feb 2022 23:05:22 +0100 Subject: [PATCH] Updated README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f1aa92a..cd2676d 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,14 @@ Run from the LXC console and follow the instructions: sudo -u jdown2 java -jar /opt/jdown2/JDownloader.jar -norestart ``` +**Enable NFS share** + +Run from the LXC console and follow the instructions: + +``` +systemctl enable --now nfs-kernel-server +``` + ____________________________________________________________________________________________