#
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#

[Unit]
Description=NVIDIA DGX OOBE Hostname Configuration Service
Before=dgx-oobe-hotspot.service avahai-daemon.service
Wants=NetworkManager.service
After=NetworkManager.service
StartLimitIntervalSec=30  
StartLimitBurst=3

[Service]
User=root
Group=root
Type=notify
NotifyAccess=all
ExecStart=/opt/nvidia/dgx-oobe/set-hostname.sh
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
