forked from Spark/ssm-services
local configuration should be separate
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env watchman
|
||||
|
||||
service_command='/sbin/udevd'
|
||||
# service_args='--resolve-names=never'
|
||||
source "${cfg_dir}/conf.d/udev.sh"
|
||||
|
||||
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
||||
|
||||
@@ -14,6 +13,7 @@ udev.populate_dev() {
|
||||
|
||||
watchman.msg "Waiting for uevents..."
|
||||
udevadm settle --timeout=${cfg_udev_settle_timeout}
|
||||
udevadm control --property=do_not_run_plug_service=
|
||||
}
|
||||
|
||||
start() {
|
||||
|
Reference in New Issue
Block a user