mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Add systemd-based mechanism for auto-load module
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user