mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-21 21:04:24 +01:00
* deconz: Refactor * Disable shellcheck warning * Fix wiringpi * Bump version 6.0.0 * fix osram ota * Revert file & update changelog * Small bugfixes * Exclude Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
#!/usr/bin/env bashio
|
|
# ==============================================================================
|
|
# Start udevd service
|
|
# ==============================================================================
|
|
|
|
# Triggers udev reload in the background
|
|
./trigger &
|
|
|
|
bashio::log.info "Starting udevd..."
|
|
exec /lib/systemd/systemd-udevd 2>/dev/null
|