summaryrefslogtreecommitdiffstats
path: root/system/nvidia-driver/README.nvidia-persistenced
diff options
context:
space:
mode:
author Lenard Spencer2020-09-05 03:19:11 +0200
committer Willy Sudiarto Raharjo2020-09-05 03:19:11 +0200
commit5afa0a6e85a0564a43eaa2113aa5600f318403bd (patch)
tree9f5589215893d8dd86a3102da06f03d4d7825685 /system/nvidia-driver/README.nvidia-persistenced
parent25c6196a46c8756ff43b1504387f5c320f3d3808 (diff)
downloadslackbuilds-5afa0a6e85a0564a43eaa2113aa5600f318403bd.tar.gz
system/nvidia-driver: Updated for version 450.66.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/README.nvidia-persistenced')
-rw-r--r--system/nvidia-driver/README.nvidia-persistenced13
1 files changed, 7 insertions, 6 deletions
diff --git a/system/nvidia-driver/README.nvidia-persistenced b/system/nvidia-driver/README.nvidia-persistenced
index 38e8937cde..5dd841ff87 100644
--- a/system/nvidia-driver/README.nvidia-persistenced
+++ b/system/nvidia-driver/README.nvidia-persistenced
@@ -1,12 +1,12 @@
The NVIDIA Persistence Daemon is a userspace daemon on Linux to support
-persistence of driver state across Cuda job runs. The daemon targets all
-current Tesla, Quadro and GRID GPUs. For further information, see
+persistence of driver state across Cuda job runs. The daemon targets
+all current Tesla, Quadro and GRID GPUs. For further information, see
https://docs.nvidia.com/deploy/driver-persistence/index.html
-The driver now includes rc.nvidia-persistenced as an option. While it can
-be run as root, it is more secure to run it as an unpriveleged user, so we
-run it as user nvidia.
+The driver now includes rc.nvidia-persistenced as an option.
+While it can be run as root, it is more secure to run it as an
+unpriveleged user, so we run it as user nvidia.
To install it, Pass PERSISTENCED=yes to the script. It will create the
user and group nvidia, and install rc.nvidia-persistenced to /etc/rc.d.
@@ -18,7 +18,8 @@ if [ -x /etc/rc.d/rc.nvidia-persistenced ]; then
/etc/rc.d/rc.nvidia-persistenced start
fi
-and then 'chmod +x /etc/rc.d/rc.nvidia-persistenced' to make it executable.
+and then 'chmod +x /etc/rc.d/rc.nvidia-persistenced' to make it
+executable.
Add the following to /etc/rc.d/rc.local_shutdown: