mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-27 08:49:32 +01:00
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start udevd service
|
|
# ==============================================================================
|
|
|
|
# Triggers udev reload in the background
|
|
./trigger &
|
|
|
|
bashio::log.info "Starting udevd..."
|
|
exec /lib/systemd/systemd-udevd 2>/dev/null
|