From e453bdff0672cdeb856a0010a32ee4140a99fd0f Mon Sep 17 00:00:00 2001 From: Danny Sauer Date: Wed, 14 Nov 2018 14:43:27 -0600 Subject: [PATCH] Add systemd-based mechanism for auto-load module --- Get-Started.md | 5 +++++ 1 file changed, 5 insertions(+) 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: