Skip to content

Instantly share code, notes, and snippets.

@lasekmiroslaw
Last active May 8, 2020 06:25
Show Gist options
  • Save lasekmiroslaw/930d156e99f3f00e142bebe66b89fe71 to your computer and use it in GitHub Desktop.
Save lasekmiroslaw/930d156e99f3f00e142bebe66b89fe71 to your computer and use it in GitHub Desktop.
Run script after rebot
```
sudo vim /etc/rc.d/rc.local
## paste script inside /\
# mount qnap after reboot
mount -t cifs //192.168.1.152/Backups /qnap -o username=admin,password=pass,vers=2.0
sudo chmod +x /etc/rc.d/rc.local
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment