First Push
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user