This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "CUDA initialization without X environments" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
pre-start script | |
DRIVER=nvidia | |
HOLD_GPU=/usr/local/bin/hold_gpu.py | |
[ -x "$HOLD_GPU" ] || { echo "$HOLD_GPU is missing or not executable!"; exit 1; } |
NewerOlder