Added systemd service dependency to nvidia-persistant.service to ensure nvidia-smi can be accessed quickly.
This commit is contained in:
parent
91b2025d62
commit
be187a1130
|
@ -3,7 +3,7 @@
|
|||
echo "Created '/etc/systemd/system/superfans-gpu-controller.service' service file"
|
||||
echo "[Unit]
|
||||
Description=GPU-based controller of SUPERMICRO server FANs
|
||||
After=syslog.target
|
||||
After=syslog.target nvidia-persistenced.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in New Issue