[Unit]
Description=Update DGX release information
ConditionPathExists=/var/tmp/first-boot-dgx-release

[Service]
Type=oneshot
ExecStartPre=/bin/rm /var/tmp/first-boot-dgx-release
ExecStart=/usr/local/sbin/nv_scripts/write_release.bash defer_config relfile=/etc/dgx-release ver=7.3.1

[Install]
WantedBy=multi-user.target
