local configuration should be separate

This commit is contained in:
2014-04-04 15:40:00 +04:00
parent e1353f46cf
commit 99533f46c0
5 changed files with 8 additions and 13 deletions

View File

@@ -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() {