these were merged into spark-rc

This commit is contained in:
Jack L. Frost 2014-07-28 08:08:42 +04:00
parent 8e225fa577
commit 933e9b0d6b
4 changed files with 0 additions and 8 deletions

View File

@ -5,8 +5,6 @@ service_command='/usr/bin/udevd'
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
depends devfs
udev.populate_dev() {
watchman.msg "Populating /dev with udev..."
udevadm trigger --type=subsystems --action=add

View File

@ -1,7 +1,5 @@
#!/usr/bin/env watchman
depends devfs
service_command='/usr/local/sbin/mdev'
service_rgs='-s'

View File

@ -1,7 +1,5 @@
#!/usr/bin/env watchman
depends miscfs
service_type='oneshot'
spawn() {

View File

@ -5,8 +5,6 @@ service_command='/usr/lib/systemd/systemd-udevd'
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
depends devfs
udev.populate_dev() {
watchman.msg "Populating /dev with udev..."
udevadm trigger --type=subsystems --action=add