First Push

This commit is contained in:
2024-10-30 03:27:58 -04:00
parent ba4d678cdd
commit dc910d651e
1066 changed files with 1899832 additions and 0 deletions
@@ -0,0 +1,19 @@
# NVIDIA Topology Daemon Init Script
#
# Copyright (c) 2021 NVIDIA Corporation
#
# All rights reserved. All information contained herein is proprietary and
# confidential to NVIDIA Corporation. Any use, reproduction, or disclosure
# without the written permission of NVIDIA Corporation is prohibited.
#
[Unit]
Description=NVIDIA Topology Daemon
Wants=syslog.target
[Service]
Type=forking
ExecStart=/usr/bin/nvidia-topologyd
[Install]
WantedBy=multi-user.target