- Put 'nvload.service' into /etc/systemd/system
- chmod 664 nvload.service
- Put 'nvsmi-load.sh' script in e.g. /usr/local/nvsmi-load.sh
- chmod 744 nvsmi-load.sh
- Optionally correct path to the nvsmi-load.sh From root exec cmds:
- 'systemctl daemon-reload'
- 'systemctl enable nvload.service'
- To test if works exec: systemctl start nvload.service
- Check if /tmp/nvsmi-load.log exists and have expected contetn (output of nvidia-smi and if have current date & time at header).
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
| #!/bin/bash | |
| ############################################################################## | |
| # | |
| # Filename: slim-raspbian.sh | |
| # Description: Script to remove bloatware from fresh Raspbian Jessie install | |
| # Source: https://github.com/hyper3xpl0iter/helper_scripts.git | |
| # Author: Andre Mattie | |
| # Email: devel@th3c1inic.org | |
| # GPG: B9C0 3976 3CB4 794E D66C 8F75 8AA0 8470 3533 2EDD |
NewerOlder