20 lines
466 B
Desktop File
20 lines
466 B
Desktop File
# 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
|