rpms/staging-kmod-addons/F-18 usbip-client.service, NONE, 1.1 usbip-server.service, NONE, 1.1 usbip.configuration, NONE, 1.1

Thorsten Leemhuis thl at rpmfusion.org
Fri Oct 26 10:50:46 CEST 2012


Author: thl

Update of /cvs/free/rpms/staging-kmod-addons/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30795

Added Files:
	usbip-client.service usbip-server.service usbip.configuration 
Log Message:
sync with f-17


--- NEW FILE usbip-client.service ---
[Unit]
Description=USB/IP client modules
After=syslog.target

[Service]
Type=OneShot
RemainAfterExit=true
ExecStart=/sbin/modprobe -qab vhci-hcd
ExecStop=/sbin/modprobe -qabr vhci-hcd

[Install]
WantedBy=multi-user.target


--- NEW FILE usbip-server.service ---
[Unit]
Description=USB/IP server daemon
After=syslog.target

[Service]
EnvironmentFile=-/etc/default/usbip
ExecStartPre=/sbin/modprobe -qab usbip_host
ExecStart=/usr/sbin/usbipd $OPTIONS
ExecStop=/sbin/modprobe -qabr usbip_host

[Install]
WantedBy=multi-user.target


--- NEW FILE usbip.configuration ---
# To enable debugging mode, uncomment the following line
#OPTIONS="-d"


More information about the rpmfusion-commits mailing list