diff --git a/Get-Started.md b/Get-Started.md index 1f05686..03abb75 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -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: