Add systemd-based mechanism for auto-load module

Danny Sauer
2018-11-14 14:43:27 -06:00
parent 060b05c89d
commit e453bdff06

@@ -311,6 +311,11 @@ If you want the driver to be enabled on startup, extra steps may be required. On
echo facetimehd >> /etc/modules
```
On most `systemd`-based systems (tested on OpenSUSE):
```sh
echo facetimehd | sudo tee /etc/modules-load.d/facetimehd.conf
```
### For Ubuntu 15.04 and higher (Should work on some other distros too):
Put this in terminal. Use `gedit` or your favorite text editor: