//
pkg.gl
Category
github.com/purecloudlabs/gprovision
pkg
hw
udev
package
0.0.0-20221215221243-b79a0d8da330
Repository:
https://github.com/purecloudlabs/gprovision.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
5
Files
47 SLOC
#
Functions
IsRunning
return true if udevd appears to be runningudev could already be running, particularly if we're in emergency mode.naive impl, would see any process with name/args ending in 'udevd' as being the udev daemon.
Start
Start udevd, return its os.Process so it can be killed later.
#
Variables
ExecErr
No description provided by the author