diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-04-17 10:44:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-17 10:44:19 +0700 |
commit | 8db865d339f9709e12b0911575dbe71d4dd47a60 (patch) | |
tree | 9bbd3150842b728c84cfbe00f934678c7b25a370 /system/nvidia-driver/rc.nvidia-persistenced | |
parent | c52a0ebde1650c44749061865c2b14b425f96d13 (diff) |
system/nvidia-driver: Updated for version 440.82.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/rc.nvidia-persistenced')
-rw-r--r-- | system/nvidia-driver/rc.nvidia-persistenced | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/system/nvidia-driver/rc.nvidia-persistenced b/system/nvidia-driver/rc.nvidia-persistenced index bf53fd9345e41..59bdf18d1114c 100644 --- a/system/nvidia-driver/rc.nvidia-persistenced +++ b/system/nvidia-driver/rc.nvidia-persistenced @@ -22,25 +22,6 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. # -# This is a sample System V init script, designed to show how the NVIDIA -# Persistence Daemon can be started. -# -# This sample does not rely on any init system functions, to ensure the -# widest portability possible. -# -# chkconfig: 2345 99 01 -# description: Starts and stops the NVIDIA Persistence Daemon -# processname: nvidia-persistenced -# -### BEGIN INIT INFO -# Provides: nvidia-persistenced -# Required-Start: $ALL -# Required-Stop: $ALL -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Description: Starts and stops the NVIDIA Persistence Daemon -### END INIT INFO - NVPD=nvidia-persistenced NVPD_BIN=/usr/bin/${NVPD} |