On 12/05/2013 06:50 AM, Peter Hutterer wrote:
ExecStartPre=/usr/sbin/modprobe wacom_w8001

Add a configuration file called wacom-w8001.conf to /etc/modules-load.d directory with the following content to load the module
( /etc/modules-load.d/wacom-w8001.conf )
# Load wacom_w8001 at boot
wacom_w8001

If necessary add any additional module options to same named file under /etc/modprobe.d directory if necessary as in...
( /etc/modprobe.d/wacom-w8001.conf )
#Wacom w8001 module options
options foo bar

Never use a systemd unit to call modprobe.

Each time you do so someone's beer goes flat...

JBG
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to