#!/bin/sh set -e if [ "$1" = "configure" ]; then systemctl daemon-reload || true systemctl enable nvidia-spark-remove-once.service || true fi exit 0