15 lines
371 B
Desktop File
15 lines
371 B
Desktop File
[Unit]
|
|
Description=Bee: load NVIDIA kernel modules and create device nodes
|
|
After=local-fs.target udev.service
|
|
Before=bee-audit.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/bee-nvidia-load
|
|
StandardOutput=append:/appdata/bee/export/bee-nvidia.log
|
|
StandardError=append:/appdata/bee/export/bee-nvidia.log
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|