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

[Unit]
Description=NVIDIA DGX OOBE Service
Requires=dgx-oobe-admin.service
StartLimitIntervalSec=30  
StartLimitBurst=3

[Service]
User=gnome-initial-setup
Group=root
Type=simple
ExecStart=/opt/nvidia/dgx-oobe/oobe-service -port 80 serve
Restart=always
AmbientCapabilities=CAP_NET_BIND_SERVICE

[Install]
WantedBy=multi-user.target
